[gtkmm] Gtkmm-forge digest, Vol 1 #340 - 3 msgs



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 104194] Changed - A window with an option menu seg-faults when closed. (bugzilla-daemon widget gnome org)
   2. [Bug 104332] New - Make RefPtr<> a general-purpose smart pointer (bugzilla-daemon widget gnome org)
   3. [Bug 104332] Changed - Make RefPtr<> a general-purpose smart pointer (bugzilla-daemon widget gnome org)

--__--__--

Message: 1
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, jsado_sc1 earthlink net
Cc: 
Date: Thu, 23 Jan 2003 18:44:41 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 104194] Changed - A window with an option menu seg-faults when closed.

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=104194

Changed by murrayc usa net 

--- shadow/104194	Wed Jan 22 19:16:39 2003
+++ shadow/104194.tmp.5785	Thu Jan 23 18:44:41 2003
@@ -1,13 +1,13 @@
 Bug#: 104194
 Product: gtkmm
 Version: 2.2
 OS: Linux
 OS Details: Kernel 2.4.20 GCC 3.2 glibc 2.2.5
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: normal
 Priority: Normal
 Component: general
 AssignedTo: gtkmm-forge lists sourceforge net                            
 ReportedBy: jsado_sc1 earthlink net               
 TargetMilestone: ---
@@ -102,6 +102,17 @@
 /usr/lib/libgtkmm-2.0.so.1
 #10 0x0804cf40 in ~test_window (this=0xbffff6a0) at
 debug_optionmenu.cpp:31
 #11 0x0804cd17 in main (argc=1, argv=0xbffff7d4) at
 debug_optionmenu.cpp:33
 #12 0x40751a44 in __libc_start_main () from /lib/libc.so.6
+
+------- Additional Comments From murrayc usa net  2003-01-23 18:44 -------
+Thanks. Fixed in cvs.
+
+2003-01-24  Murray Cumming  <murrayc usa net>
+
+	* gtk/gtkmm/menu_elems.cc: Element::Element(MenuItem): Use the
+	Glib::RefPtr<> constructor explicitly, for clarity, and do the
+	necessary extra ref - fixes lifetime bug 104194
+
+



--__--__--

Message: 2
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Fri, 24 Jan 2003 10:52:51 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 104332] New - Make RefPtr<> a general-purpose smart pointer

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=104332

Changed by michaelj maine rr com 

--- shadow/104332	Fri Jan 24 10:52:51 2003
+++ shadow/104332.tmp.5171	Fri Jan 24 10:52:51 2003
@@ -0,0 +1,20 @@
+Bug#: 104332
+Product: gtkmm
+Version: 2.2
+OS: Linux
+OS Details: RedHat Linux 8.0
+Status: NEW   
+Resolution: 
+Severity: enhancement
+Priority: Normal
+Component: general
+AssignedTo: gtkmm-forge lists sourceforge net                            
+ReportedBy: michaelj maine rr com               
+TargetMilestone: ---
+URL: 
+Summary: Make RefPtr<> a general-purpose smart pointer
+
+Hides the GTK+ reference counting implementation so that all classes
+derived from SigC::ObjectBase have consistent reference counting behavior.
+Changes the implementation of Glib::RefPtr<> so that it can be used to
+manage references to any kind of SigC::ObjectBase.



--__--__--

Message: 3
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Fri, 24 Jan 2003 11:16:16 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 104332] Changed - Make RefPtr<> a general-purpose smart pointer

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=104332

Changed by michaelj maine rr com 

--- shadow/104332	Fri Jan 24 10:52:51 2003
+++ shadow/104332.tmp.19363	Fri Jan 24 11:16:16 2003
@@ -15,6 +15,11 @@
 Summary: Make RefPtr<> a general-purpose smart pointer
 
 Hides the GTK+ reference counting implementation so that all classes
 derived from SigC::ObjectBase have consistent reference counting behavior.
 Changes the implementation of Glib::RefPtr<> so that it can be used to
 manage references to any kind of SigC::ObjectBase.
+
+------- Additional Comments From michaelj maine rr com  2003-01-24 11:16 -------
+Created an attachment (id=13805)
+Patch to implement the enhancement
+




--__--__--

_______________________________________________
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]