[gtkmm] Gtkmm-forge digest, Vol 1 #285 - 16 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 98312] Changed - Build problem under MinGW 2.0 / Cygwin (bugzilla-daemon widget gnome org)
   2. [Bug 98312] Changed - Build problem under MinGW 2.0 / Cygwin (bugzilla-daemon widget gnome org)
   3. [Bug 98312] Changed - Build problem under MinGW 2.0 / Cygwin (bugzilla-daemon widget gnome org)
   4. [Bug 98312] Changed - Build problem under MinGW 2.0 / Cygwin (bugzilla-daemon widget gnome org)
   5. [Bug 97571] Changed - Book: Internationalisation and Translation chapter is incomplete (bugzilla-daemon widget gnome org)
   6. [Bug 98312] Changed - Build problem under MinGW 2.0 / Cygwin (bugzilla-daemon widget gnome org)
   7. [Bug 98312] Changed - Build problem under MinGW 2.0 / Cygwin (bugzilla-daemon widget gnome org)
   8. [Bug 98617] New - Latest h2defs.py produces is-constructor-of entries (bugzilla-daemon widget gnome org)
   9. [Bug 97729] Changed - ScrolledWindow: Warning during destruction. (bugzilla-daemon widget gnome org)
  10. [Bug 97996] Changed - member Adjustment assigned to managed Widget causes Gtk-WARNING at clean up (bugzilla-daemon widget gnome org)
  11. [Bug 91410] Changed - Gtk::Menu: non-top-level top-level window. (bugzilla-daemon widget gnome org)
  12. [Bug 97729] Changed - ScrolledWindow: Warning during destruction. (bugzilla-daemon widget gnome org)
  13. [Bug 98617] Changed - Latest h2defs.py produces is-constructor-of entries (bugzilla-daemon widget gnome org)
  14. [Bug 97996] Changed - member Adjustment assigned to managed Widget causes Gtk-WARNING at clean up (bugzilla-daemon widget gnome org)
  15. [Bug 97729] Changed - ScrolledWindow: Warning during destruction. (bugzilla-daemon widget gnome org)
  16. [Bug 96730] Changed - Gtk::Toolbar documentation is wrong in book (bugzilla-daemon widget gnome org)

--__--__--

Message: 1
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, naofumi yasufuku net
Cc: 
Date: Thu, 14 Nov 2002 15:05:04 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 98312] Changed - Build problem under MinGW 2.0 / Cygwin

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

Changed by cgustin ibelgique com 

--- shadow/98312	Thu Nov 14 14:08:57 2002
+++ shadow/98312.tmp.12826	Thu Nov 14 15:05:04 2002
@@ -204,6 +204,39 @@
 
 We are already using autoconf 2.5.2, but we should prepare to use
 future versions too.
 
 ------- Additional Comments From murrayc usa net  2002-11-14 14:08 -------
 gtkmm2-win32-macro.patch and gtkmm2-win32-ms-bitfields.patch applied.
+
+------- Additional Comments From cgustin ibelgique com  2002-11-14 15:05 -------
+wrap_init.cc is included in the source tarball and, because it is 
+generated on a unix platform, it contains references to (gtk) socket 
+and plug. Both types are not supported on win32. 
+
+When working on win32 with the cvs version and with the --enable-
+maintainer-mode in the configure script, wrap_init.cc is generated, 
+as expected, without any reference to plug and socket.
+
+So, we have three solutions here :
+
+1. Fix the perl script that generates wrap_init.cc to make sure that 
+no reference to socket and plug is included when building on win32.
+2. Ask people to use --enable-maintainer-mode in configure and delete 
+wrap_init.cc if they build gtkmm on win32 from the official source 
+tarball.
+3. Provide a win32-specific source tarball for each gtkmm release.
+
+Solution 1 is of course the best one but I'm not a perl specialist...
+Solution 2 is probably the worst
+Solution 3 might be the most appropriate one, taking into account the 
+libtool problems we encounter on win32.
+
+The libtool patch provided by Naofumi, which solves the impgen bug,  
+is against libtool.m4, which means that people building on win32 will 
+have to :
+1. Apply the patch
+2. Run aclocal, then automake, then autoconf before starting the 
+configure script. The autotools will be required, except if we 
+provide win32-specific tarballs. There's currently no other way ! 
+
+



--__--__--

Message: 2
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, naofumi yasufuku net
Cc: cgustin ibelgique com
Date: Thu, 14 Nov 2002 15:10:45 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 98312] Changed - Build problem under MinGW 2.0 / Cygwin

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

Changed by murrayc usa net 

--- shadow/98312	Thu Nov 14 15:05:04 2002
+++ shadow/98312.tmp.15658	Thu Nov 14 15:10:45 2002
@@ -237,6 +237,9 @@
 1. Apply the patch
 2. Run aclocal, then automake, then autoconf before starting the 
 configure script. The autotools will be required, except if we 
 provide win32-specific tarballs. There's currently no other way ! 
 
 
+
+------- Additional Comments From murrayc usa net  2002-11-14 15:10 -------
+wrap_init.cc uses GTKMM_WIN32 #ifdefs. Why isn't this working?



--__--__--

Message: 3
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: cgustin ibelgique com
Date: Thu, 14 Nov 2002 15:57:55 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 98312] Changed - Build problem under MinGW 2.0 / Cygwin

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

Changed by naofumi yasufuku net 

--- shadow/98312	Thu Nov 14 15:10:45 2002
+++ shadow/98312.tmp.6518	Thu Nov 14 15:57:54 2002
@@ -240,6 +240,13 @@
 provide win32-specific tarballs. There's currently no other way ! 
 
 
 
 ------- Additional Comments From murrayc usa net  2002-11-14 15:10 -------
 wrap_init.cc uses GTKMM_WIN32 #ifdefs. Why isn't this working?
+
+------- Additional Comments From naofumi yasufuku net  2002-11-14 15:57 -------
+I agree with Murray.
+wrap_init.cc has no problem.
+What win32 users require is only the source tarball maintained by
+using fixed libtool 1.4.
+



--__--__--

Message: 4
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: cgustin ibelgique com
Date: Thu, 14 Nov 2002 16:02:24 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 98312] Changed - Build problem under MinGW 2.0 / Cygwin

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

Changed by naofumi yasufuku net 

--- shadow/98312	Thu Nov 14 15:57:54 2002
+++ shadow/98312.tmp.8392	Thu Nov 14 16:02:24 2002
@@ -247,6 +247,40 @@
 ------- Additional Comments From naofumi yasufuku net  2002-11-14 15:57 -------
 I agree with Murray.
 wrap_init.cc has no problem.
 What win32 users require is only the source tarball maintained by
 using fixed libtool 1.4.
 
+
+------- Additional Comments From naofumi yasufuku net  2002-11-14 16:02 -------
+> Naofumi, if they don't want to fix libtool 1.4.x (and I'd 
+> like to see some message saying why they won't apply a
+> simple patch) 
+
+Rober Boehne (a member of libtool maintainers) says:
+
+http://mail.gnu.org/pipermail/libtool/2002-October/006960.html
+
+impgen.c bug discussion:
+
+http://mail.gnu.org/pipermail/libtool-patches/2002-October/002112.html
+http://mail.gnu.org/pipermail/libtool/2002-October/007087.html
+
+> then is there a stable 1.5 on the way that  we will be 
+> able to use instead?
+
+No. We will have to wait until 1.4e alpha or 1.5 stable is released.
+
+> We are already using autoconf 2.5.2, but we should prepare 
+> to use future versions too.
+
+Cygwin people have been working for new DLL building method. They
+provide the dllhelpers package which demonstrates how to build and use
+DLLs with recent binutils/gcc.
+
+http://www.neuro.gatech.edu/users/cwilson/cygutils/dll-stuff/index.html
+
+This demo will be help to understand new method.
+
+I was able to build gtkmm2 DLLs by adding -Wl,--export-all-symbols
+LDFLAGS.
+



--__--__--

Message: 5
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Thu, 14 Nov 2002 17:50:56 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 97571] Changed - Book: Internationalisation and Translation chapter is incomplete

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

Changed by olau hardworking dk 

--- shadow/97571	Mon Nov 11 17:25:58 2002
+++ shadow/97571.tmp.25152	Thu Nov 14 17:50:56 2002
@@ -93,6 +93,28 @@
 
 ------- Additional Comments From murrayc usa net  2002-11-11 17:25 -------
 As a first step to explaining the build files changes for i18n, I
 think we should change gtkmm_hello so that it doesn't use
 GNOME-specific stuff - so that means no intltools. Alternatively we
 need to say why it's a good idea to use intltools everywhere.
+
+------- Additional Comments From olau hardworking dk  2002-11-14 17:50 -------
+Hm, it seems I must have been on crack. I'm pretty sure I read
+somewhere that the libraries where supposed to take care of setting up
+gettext. But I'm pretty sure now that this is completely wrong. At
+least you need:
+
+  textdomain(GETTEXT_PACKAGE);
+  bind_textdomain_codeset(GETTEXT_PACKAGE, "UTF-8");
+
+And possibly one line more to make it possible to ./configure where
+the program looks for .mo files. I'll try to test this.
+
+Regarding no-Gnome usage: intltool is not really Gnome specific as far
+as I'm aware of, but OTOH if you don't have any Gnome stuff (such as
+.desktop files), it won't be of much use. Hm, I need to do some
+research on this.
+
+I think we need a more complete example to cut-and-paste from, and
+some refactoring to benefit from Malcolm's document. I'll provide a
+patch when I get the time (and see if I can change my style to
+something more terse :-).



--__--__--

Message: 6
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, naofumi yasufuku net
Cc: 
Date: Fri, 15 Nov 2002 05:42:47 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 98312] Changed - Build problem under MinGW 2.0 / Cygwin

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

Changed by cgustin ibelgique com 

--- shadow/98312	Thu Nov 14 16:02:24 2002
+++ shadow/98312.tmp.16848	Fri Nov 15 05:42:47 2002
@@ -281,6 +281,16 @@
 
 This demo will be help to understand new method.
 
 I was able to build gtkmm2 DLLs by adding -Wl,--export-all-symbols
 LDFLAGS.
 
+
+------- Additional Comments From cgustin ibelgique com  2002-11-15 05:42 -------
+Oops yes, you were right about wrap_init.cc. Sorry about that !
+
+So, this leaves us with the libtool impgen bug only. Maybe Murray 
+could patch its own libtool.m4 ? Another solution would be to patch 
+the libtool script created at configure time, using a sed script (sed 
+would then be a requirement when building on win32).
+
+What do you think ?



--__--__--

Message: 7
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, naofumi yasufuku net
Cc: cgustin ibelgique com
Date: Fri, 15 Nov 2002 10:24:51 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 98312] Changed - Build problem under MinGW 2.0 / Cygwin

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

Changed by murrayc usa net 

--- shadow/98312	Fri Nov 15 05:42:47 2002
+++ shadow/98312.tmp.29963	Fri Nov 15 10:24:50 2002
@@ -291,6 +291,15 @@
 So, this leaves us with the libtool impgen bug only. Maybe Murray 
 could patch its own libtool.m4 ? Another solution would be to patch 
 the libtool script created at configure time, using a sed script (sed 
 would then be a requirement when building on win32).
 
 What do you think ?
+
+------- Additional Comments From murrayc usa net  2002-11-15 10:24 -------
+OK, but I really really wish you would bother the libtool maintainers
+until they fixed libtool 1.4 properly. I mean, you have already given
+them a patch for it.
+
+I think one of you already provided a patch to do the
+libtool-patching. I think this is better than remembering to patch our
+own libtools. Could you repost the patch?



--__--__--

Message: 8
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Fri, 15 Nov 2002 11:31:16 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 98617] New - Latest h2defs.py produces is-constructor-of entries

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

Changed by abas aix meng auth gr 

--- shadow/98617	Fri Nov 15 11:31:15 2002
+++ shadow/98617.tmp.28509	Fri Nov 15 11:31:15 2002
@@ -0,0 +1,23 @@
+Bug#: 98617
+Product: gtkmm
+Version: 2.0
+OS: other
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: trivial
+Priority: Normal
+Component: build
+AssignedTo: gtkmm-forge lists sourceforge net                            
+ReportedBy: abas aix meng auth gr               
+TargetMilestone: ---
+URL: 
+Summary: Latest h2defs.py produces is-constructor-of entries
+
+The latest h2defs.py from CVS produces defs files that
+contain the is-constructor-of parameter for functions
+that look like they are constructors. This produces 
+warnings with the current GtkDefs.pm:
+
+GtkDefs.pm: Unhandled function parameter ( (is-constructor-of
+"GconfSchema") ) in gconf_schema_new



--__--__--

Message: 9
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Fri, 15 Nov 2002 13:42:57 -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 13 21:24:01 2002
+++ shadow/97729.tmp.12677	Fri Nov 15 13:42:57 2002
@@ -1,13 +1,13 @@
 Bug#: 97729
 Product: gtkmm
 Version: 2.0
 OS: other
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: normal
 Priority: Normal
 Component: general
 AssignedTo: gtkmm-forge lists sourceforge net                            
 ReportedBy: matty chariot net au               
 TargetMilestone: ---



--__--__--

Message: 10
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, cjj u washington edu
Cc: 
Date: Fri, 15 Nov 2002 13:42:58 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 97996] Changed - member Adjustment assigned to managed Widget causes Gtk-WARNING at clean up

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

Changed by murrayc usa net 

--- shadow/97996	Wed Nov 13 21:23:59 2002
+++ shadow/97996.tmp.12688	Fri Nov 15 13:42:58 2002
@@ -10,13 +10,13 @@
 Component: general
 AssignedTo: gtkmm-forge lists sourceforge net                            
 ReportedBy: cjj u washington edu               
 TargetMilestone: ---
 URL: 
 Summary: member Adjustment assigned to managed Widget causes Gtk-WARNING at clean up
-BugsThisDependsOn: 97729
+BugsThisDependsOn: 97729[FIXED]
 
 The following code demonstrates this problem at closing of the window. This
 problem arises in 2.0.0 but not in 1.3.26
 
 #include <gtkmm/main.h>
 #include <gtkmm/window.h>



--__--__--

Message: 11
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, szombath bifab de
Cc: 
Date: Fri, 15 Nov 2002 13:43:00 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 91410] Changed - Gtk::Menu: non-top-level top-level window.

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

Changed by murrayc usa net 

--- shadow/91410	Wed Nov 13 21:12:39 2002
+++ shadow/91410.tmp.12700	Fri Nov 15 13:43:00 2002
@@ -10,13 +10,13 @@
 Component: general
 AssignedTo: gtkmm-forge lists sourceforge net                            
 ReportedBy: szombath bifab de               
 TargetMilestone: ---
 URL: 
 Summary: Gtk::Menu: non-top-level top-level window.
-BugsThisDependsOn: 97729
+BugsThisDependsOn: 97729[FIXED]
 
 Detected by purify, we think that Gtk::Menu objects are not properly
 registered. It occurs as a GtkWindow.
 
 As an aftereffect we see for instance that Gtk::Window::list_toplevels
 produces a memory leak with Gtk::Menu objects, because



--__--__--

Message: 12
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Fri, 15 Nov 2002 13:43:54 -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	Fri Nov 15 13:42:57 2002
+++ shadow/97729.tmp.12993	Fri Nov 15 13:43:54 2002
@@ -10,13 +10,13 @@
 Component: general
 AssignedTo: gtkmm-forge lists sourceforge net                            
 ReportedBy: matty chariot net au               
 TargetMilestone: ---
 URL: 
 Summary: ScrolledWindow: Warning during destruction.
-BugsThisDependsOn: 98413
+BugsThisDependsOn: 98413[NOTABUG]
 OtherBugsDependingOnThis: 91410, 97996
 
 Another warning and crash when deleting widgets:
 
 (a.out:13137): Gtk-CRITICAL **: file gtkcontainer.c: line 878
 (gtk_container_remove): assertion `GTK_IS_CONTAINER (container)' failed



--__--__--

Message: 13
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, abas aix meng auth gr
Cc: 
Date: Fri, 15 Nov 2002 13:45:16 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 98617] Changed - Latest h2defs.py produces is-constructor-of entries

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

Changed by murrayc usa net 

--- shadow/98617	Fri Nov 15 11:31:15 2002
+++ shadow/98617.tmp.13591	Fri Nov 15 13:45:16 2002
@@ -1,23 +1,26 @@
 Bug#: 98617
-Product: gtkmm
-Version: 2.0
+Product: gnome-python
+Version: unspecified
 OS: other
 OS Details: 
 Status: NEW   
 Resolution: 
 Severity: trivial
 Priority: Normal
-Component: build
+Component: codegen
 AssignedTo: gtkmm-forge lists sourceforge net                            
 ReportedBy: abas aix meng auth gr               
-TargetMilestone: ---
+TargetMilestone: pygtk-2.2
 URL: 
 Summary: Latest h2defs.py produces is-constructor-of entries
 
 The latest h2defs.py from CVS produces defs files that
 contain the is-constructor-of parameter for functions
 that look like they are constructors. This produces 
 warnings with the current GtkDefs.pm:
 
 GtkDefs.pm: Unhandled function parameter ( (is-constructor-of
 "GconfSchema") ) in gconf_schema_new
+
+------- Additional Comments From murrayc usa net  2002-11-15 13:45 -------
+h2defs.py is not part of gtkmm. Reassigning.



--__--__--

Message: 14
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, cjj u washington edu
Cc: 
Date: Fri, 15 Nov 2002 13:45:50 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 97996] Changed - member Adjustment assigned to managed Widget causes Gtk-WARNING at clean up

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

Changed by murrayc usa net 

--- shadow/97996	Fri Nov 15 13:42:58 2002
+++ shadow/97996.tmp.13700	Fri Nov 15 13:45:50 2002
@@ -1,13 +1,13 @@
 Bug#: 97996
 Product: gtkmm
 Version: 2.0
 OS: Linux
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: normal
 Priority: Normal
 Component: general
 AssignedTo: gtkmm-forge lists sourceforge net                            
 ReportedBy: cjj u washington edu               
 TargetMilestone: ---



--__--__--

Message: 15
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Fri, 15 Nov 2002 13:45:51 -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	Fri Nov 15 13:43:54 2002
+++ shadow/97729.tmp.13706	Fri Nov 15 13:45:51 2002
@@ -11,13 +11,13 @@
 AssignedTo: gtkmm-forge lists sourceforge net                            
 ReportedBy: matty chariot net au               
 TargetMilestone: ---
 URL: 
 Summary: ScrolledWindow: Warning during destruction.
 BugsThisDependsOn: 98413[NOTABUG]
-OtherBugsDependingOnThis: 91410, 97996
+OtherBugsDependingOnThis: 91410, 97996[FIXED]
 
 Another warning and crash when deleting widgets:
 
 (a.out:13137): Gtk-CRITICAL **: file gtkcontainer.c: line 878
 (gtk_container_remove): assertion `GTK_IS_CONTAINER (container)' failed
 



--__--__--

Message: 16
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, morten wtf dk
Cc: 
Date: Fri, 15 Nov 2002 13:46:49 -0500 (EST)
Subject: [gtkmm bugzilla] [Bug 96730] Changed - Gtk::Toolbar documentation is wrong in book

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

Changed by murrayc usa net 

--- shadow/96730	Thu Oct 24 15:13:56 2002
+++ shadow/96730.tmp.14099	Fri Nov 15 13:46:49 2002
@@ -1,13 +1,13 @@
 Bug#: 96730
 Product: gtkmm
 Version: 2.0
 OS: Linux
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: normal
 Priority: Normal
 Component: reference documentation
 AssignedTo: gtkmm-forge lists sourceforge net                            
 ReportedBy: morten wtf dk               
 QAContact: gtkmm-forge lists sourceforge net
@@ -31,6 +31,9 @@
 a patch at the moment, so I'm just reporting this.
 
 ------- Additional Comments From murrayc usa net  2002-10-24 15:13 -------
 The toolbar section needs to be completely rewritten. I've rewritten a
 lot of the sections recently but I have not listed/organised what I'm
 doing.
+
+------- Additional Comments From murrayc usa net  2002-11-15 13:46 -------
+That section has not been completed, but that error is no longer there.




--__--__--

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