[gtkmm] Gtkmm-forge digest, Vol 1 #279 - 5 msgs
- From: gtkmm-forge-request lists sourceforge net
- To: gtkmm-forge lists sourceforge net
- Subject: [gtkmm] Gtkmm-forge digest, Vol 1 #279 - 5 msgs
- Date: Sat, 09 Nov 2002 12:01:24 -0800
Send Gtkmm-forge mailing list submissions to
gtkmm-forge lists sourceforge net
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/gtkmm-forge
or, via email, send a message with subject or body 'help' to
gtkmm-forge-request lists sourceforge net
You can reach the person managing the list at
gtkmm-forge-admin lists sourceforge net
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Gtkmm-forge digest..."
gtkmm-forge is the mailing list that receives gtkmm bug reports from bugzilla. A daily digest is sent to gtkmm-main, to encourage people to help fixing the bugs.
Today's Topics:
1. [Bug 97549] Changed - Gnome::Conf::Value::get_list_of_strings causes crashes (bugzilla-daemon widget gnome org)
2. [Bug 97549] Changed - Gnome::Conf::Value::get_list_of_strings causes crashes (bugzilla-daemon widget gnome org)
3. [Bug 97549] Changed - Gnome::Conf::Value::get_list_of_strings causes crashes (bugzilla-daemon widget gnome org)
4. [Bug 97729] Changed - ScrolledWindow: Warning during destruction. (bugzilla-daemon widget gnome org)
5. [Bug 97731] Changed - Widget parents should be containers. (bugzilla-daemon widget gnome org)
--__--__--
Message: 1
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Fri, 8 Nov 2002 16:37:14 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 97549] Changed - Gnome::Conf::Value::get_list_of_strings causes crashes
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
http://bugzilla.gnome.org/show_bug.cgi?id=97549
Changed by abas aix meng auth gr
--- shadow/97549 Thu Nov 7 02:58:49 2002
+++ shadow/97549.tmp.2722 Fri Nov 8 16:37:14 2002
@@ -123,6 +123,11 @@
container_from_gslist_of_values_of_* functions in list_conversion.h
------- Additional Comments From abas aix meng auth gr 2002-11-07 02:58 -------
Created an attachment (id=12114)
patch for list_conversions.h
+
+------- Additional Comments From abas aix meng auth gr 2002-11-08 16:37 -------
+New, correct patch. Forgot an assignemt right in front of my eyes.
+On a side note: list_conversion.h should not be installed, as it deals
+only with internal conversions, that are not exposed to the user.
--__--__--
Message: 2
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Fri, 8 Nov 2002 17:32:00 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 97549] Changed - Gnome::Conf::Value::get_list_of_strings causes crashes
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
http://bugzilla.gnome.org/show_bug.cgi?id=97549
Changed by abas aix meng auth gr
--- shadow/97549 Fri Nov 8 16:37:14 2002
+++ shadow/97549.tmp.13672 Fri Nov 8 17:32:00 2002
@@ -128,6 +128,11 @@
------- Additional Comments From abas aix meng auth gr 2002-11-08 16:37 -------
New, correct patch. Forgot an assignemt right in front of my eyes.
On a side note: list_conversion.h should not be installed, as it deals
only with internal conversions, that are not exposed to the user.
+
+------- Additional Comments From abas aix meng auth gr 2002-11-08 17:31 -------
+Created an attachment (id=12179)
+new, all-improved patch for list_conversion.h
+
--__--__--
Message: 3
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, abas aix meng auth gr
Cc:
Date: Sat, 9 Nov 2002 08:05:45 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 97549] Changed - Gnome::Conf::Value::get_list_of_strings causes crashes
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
http://bugzilla.gnome.org/show_bug.cgi?id=97549
Changed by murrayc usa net
--- shadow/97549 Fri Nov 8 17:32:00 2002
+++ shadow/97549.tmp.22718 Sat Nov 9 08:05:44 2002
@@ -1,13 +1,13 @@
Bug#: 97549
Product: gnomemm
Version: 2.0
OS: other
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: normal
Priority: Normal
Component: gconfmm
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: abas aix meng auth gr
TargetMilestone: ---
@@ -133,6 +133,16 @@
only with internal conversions, that are not exposed to the user.
------- Additional Comments From abas aix meng auth gr 2002-11-08 17:31 -------
Created an attachment (id=12179)
new, all-improved patch for list_conversion.h
+
+------- Additional Comments From murrayc usa net 2002-11-09 08:05 -------
+Yes, that seems sensible. I assume that gconf changed its memory
+management since GNOME 1.4, because I seem to have added that code for
+a reason.
+
+I added some const keywords to make it clearer that we shouldn't be
+freeing the lists or their items.
+
+Thanks a lot.
--__--__--
Message: 4
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Sat, 9 Nov 2002 12:32:08 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 97729] Changed - ScrolledWindow: Warning during destruction.
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
http://bugzilla.gnome.org/show_bug.cgi?id=97729
Changed by murrayc usa net
--- shadow/97729 Wed Nov 6 09:41:50 2002
+++ shadow/97729.tmp.6984 Sat Nov 9 12:32:07 2002
@@ -54,6 +54,16 @@
warning doesn't happen when the ScrolledWindow is added to a container.
------- Additional Comments From matty chariot net au 2002-11-06 09:41 -------
This definitely *does* happen when the ScrolledWindow was added to a
container, adding it makes no difference and so was simplified out of
the test case.
+
+------- Additional Comments From murrayc usa net 2002-11-09 12:32 -------
+I have added this test code to the tests directory.
+
+This problem doesn't happen when the child is a Gtk::TreeView, so it
+seems to be caused by the use of
+gtk_scrolled_window_add_with_viewport() inside
+Gtk::ScrolledWindow::add() - I suspect that GtkScrolledWindow should
+use a weak reference somewhere and I'm trying to write some GTK+ code
+to prove it.
--__--__--
Message: 5
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc:
Date: Sat, 9 Nov 2002 12:33:28 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 97731] Changed - Widget parents should be containers.
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
http://bugzilla.gnome.org/show_bug.cgi?id=97731
Changed by murrayc usa net
--- shadow/97731 Wed Nov 6 05:26:32 2002
+++ shadow/97731.tmp.7183 Sat Nov 9 12:33:27 2002
@@ -33,6 +33,9 @@
MenuItem::get_parent() to return a MenuShell for example.
------- Additional Comments From murrayc usa net 2002-11-06 05:26 -------
Maybe you could submit an equivalent bug for GTK+.
If necessary, we will fix this at the next API break.
+
+------- Additional Comments From murrayc usa net 2002-11-09 12:33 -------
+Have you submitted a GTK+ bug?
--__--__--
_______________________________________________
Gtkmm-forge mailing list
Gtkmm-forge lists sourceforge net
https://lists.sourceforge.net/lists/listinfo/gtkmm-forge
End of Gtkmm-forge Digest
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]