[gtkmm] Gtkmm-forge digest, Vol 1 #175 - 17 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 85978] Changed - ambiguity error in drwabale.cc(g) with Sun Forte C++ (bugzilla-daemon widget gnome org)
   2. [Bug 89450] Changed - Impossible casts with Sun Forte C++ (bugzilla-daemon widget gnome org)
   3. [Bug 85978] Changed - ambiguity error in drwabale.cc(g) with Sun Forte C++ (bugzilla-daemon widget gnome org)
   4. [Bug 85978] Changed - ambiguity error in drwabale.cc(g) with Sun Forte C++ (bugzilla-daemon widget gnome org)
   5. [Bug 85978] Changed - ambiguity error in drwabale.cc(g) with Sun Forte C++ (bugzilla-daemon widget gnome org)
   6. [Bug 89451] Changed - ambiguity errors with Sun Forte C++ (bugzilla-daemon widget gnome org)
   7. [Bug 85979] Changed - template instantiation problem in TreeView::append_column under Sun Forte C++ (bugzilla-daemon widget gnome org)
   8. [Bug 89450] Changed - Impossible casts with Sun Forte C++ (bugzilla-daemon widget gnome org)
   9. [Bug 89450] Changed - Impossible casts with Sun Forte C++ (bugzilla-daemon widget gnome org)
  10. [Bug 85978] Changed - ambiguity error in drwabale.cc(g) with Sun Forte C++ (bugzilla-daemon widget gnome org)
  11. [Bug 85979] Changed - template instantiation problem in TreeView::append_column under Sun Forte C++ (bugzilla-daemon widget gnome org)
  12. [Bug 89450] Changed - Impossible casts with Sun Forte C++ (bugzilla-daemon widget gnome org)
  13. [Bug 89450] Changed - Impossible casts with Sun Forte C++ (bugzilla-daemon widget gnome org)
  14. [Bug 88610] Changed - Need nice hierarchy picture (bugzilla-daemon widget gnome org)
  15. [Bug 88630] Changed - Menu::popup() and item activation (bugzilla-daemon widget gnome org)
  16. [Bug 88630] Changed - Menu::popup() and item activation (bugzilla-daemon widget gnome org)
  17. [Bug 81422] Changed - Menu bar isn't shown correctly in latest gtkmm CVS (bugzilla-daemon widget gnome org)

--__--__--

Message: 1
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, szombath bifab de
Cc: 
Date: Tue, 30 Jul 2002 16:02:07 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 85978] Changed - ambiguity error in drwabale.cc(g) with Sun Forte C++

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

Changed by murrayc usa net 

--- shadow/85978	Tue Jul 30 15:27:51 2002
+++ shadow/85978.tmp.9317	Tue Jul 30 16:02:07 2002
@@ -1,13 +1,13 @@
 Bug#: 85978
 Product: gtkmm
 Version: 2.0
 OS: Solaris
 OS Details: 
-Status: RESOLVED   
-Resolution: FIXED
+Status: REOPENED   
+Resolution: 
 Severity: normal
 Priority: Normal
 Component: build
 AssignedTo: gtkmm-forge lists sourceforge net                            
 ReportedBy: szombath bifab de               
 TargetMilestone: ---
@@ -243,6 +243,11 @@
 "drawable.cc", line 304: Error: Overloading ambiguity between
 "Glib::unwrap<Gdk::GC>(const Glib::RefPtr<const Gdk::GC>&)" and
 "Glib::unwrap<const Gdk::GC>(const Glib::RefPtr<const Gdk::GC>&)".
 Compilation aborted, too many Error messages.
 
 
+
+------- Additional Comments From murrayc usa net  2002-07-30 16:02 -------
+As I have said before, _WRAP_METHOD uses the conversions defined the
+tools/convert*.m4 files. Please look for the conversion in there and
+try to patch one of those files.



--__--__--

Message: 2
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Tue, 30 Jul 2002 16:12:38 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 89450] Changed - Impossible casts with Sun Forte C++

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

Changed by szombath bifab de 

--- shadow/89450	Tue Jul 30 15:48:28 2002
+++ shadow/89450.tmp.23921	Tue Jul 30 16:12:38 2002
@@ -49,6 +49,14 @@
 So shouldn't that work even without the static_cast<>, because Row is
 an iterator? So maybe you should first try it without any explicit
 cast. If that works then please provide a patch.
 
 If that works then maybe the overide isn't needed at all anyway. I'm
 not sure whether it's obvious that the other override would work.
+
+------- Additional Comments From szombath bifab de  2002-07-30 16:12 -------
+Your assumption was right, the cast are not required at all, with Sun
+Forte C++ at least.
+
+I can not see the points in liststore.hg/ccg or treestore.hg/ccg,
+where the code came from, so please give me a hint or fixed it by
+yourself.



--__--__--

Message: 3
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Tue, 30 Jul 2002 18:15:36 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 85978] Changed - ambiguity error in drwabale.cc(g) with Sun Forte C++

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

Changed by szombath bifab de 

--- shadow/85978	Tue Jul 30 16:02:07 2002
+++ shadow/85978.tmp.9551	Tue Jul 30 18:15:36 2002
@@ -248,6 +248,11 @@
 
 
 ------- Additional Comments From murrayc usa net  2002-07-30 16:02 -------
 As I have said before, _WRAP_METHOD uses the conversions defined the
 tools/convert*.m4 files. Please look for the conversion in there and
 try to patch one of those files.
+
+------- Additional Comments From szombath bifab de  2002-07-30 18:15 -------
+Created an attachment (id=10127)
+patches to prevent ambiguity error with Sun's Forte C++ compiler
+



--__--__--

Message: 4
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Tue, 30 Jul 2002 18:17:44 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 85978] Changed - ambiguity error in drwabale.cc(g) with Sun Forte C++

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

Changed by szombath bifab de 

--- shadow/85978	Tue Jul 30 18:15:36 2002
+++ shadow/85978.tmp.9779	Tue Jul 30 18:17:44 2002
@@ -253,6 +253,21 @@
 try to patch one of those files.
 
 ------- Additional Comments From szombath bifab de  2002-07-30 18:15 -------
 Created an attachment (id=10127)
 patches to prevent ambiguity error with Sun's Forte C++ compiler
 
+
+------- Additional Comments From szombath bifab de  2002-07-30 18:17 -------
+[I finally got it, thanks for your hints - still some comments]
+
+I have placed the macros __CONVERT_CONST_REFPTR_TO_P and
+__CONVERT_CONST_REFPTR_TO_P_SUN now in convert_base.m4 as they are
+used in several files (convert_{gdk,gtk,pango}.m4). The special
+handlings were added to convert_gdk.m4 and convert_pango.m4.
+
+The special handling with __CONVERT_CONST_REFPTR_TO_P_SUN for the
+types which were reclaimed by the Sun C++ compiler solves the problems
+for the moment. But I would advise to correct
+__CONVERT_CONST_REFPTR_TO_P in a more general way that it works for
+both g++ and Sun's Forte C++ compiler.
+



--__--__--

Message: 5
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Tue, 30 Jul 2002 18:20:23 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 85978] Changed - ambiguity error in drwabale.cc(g) with Sun Forte C++

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

Changed by szombath bifab de 

--- shadow/85978	Tue Jul 30 18:17:44 2002
+++ shadow/85978.tmp.10239	Tue Jul 30 18:20:23 2002
@@ -268,6 +268,9 @@
 The special handling with __CONVERT_CONST_REFPTR_TO_P_SUN for the
 types which were reclaimed by the Sun C++ compiler solves the problems
 for the moment. But I would advise to correct
 __CONVERT_CONST_REFPTR_TO_P in a more general way that it works for
 both g++ and Sun's Forte C++ compiler.
 
+
+------- Additional Comments From szombath bifab de  2002-07-30 18:20 -------
+*** Bug 89451 has been marked as a duplicate of this bug. ***



--__--__--

Message: 6
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Tue, 30 Jul 2002 18:20:24 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 89451] Changed - ambiguity errors with Sun Forte C++

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

Changed by szombath bifab de 

--- shadow/89451	Tue Jul 30 15:42:58 2002
+++ shadow/89451.tmp.10245	Tue Jul 30 18:20:24 2002
@@ -1,13 +1,13 @@
 Bug#: 89451
 Product: gtkmm
 Version: 2.0
 OS: Solaris
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: DUPLICATE
 Severity: normal
 Priority: Normal
 Component: build
 AssignedTo: gtkmm-forge lists sourceforge net                            
 ReportedBy: szombath bifab de               
 TargetMilestone: ---
@@ -119,6 +119,11 @@
  "Glib::unwrap<Gdk::GC>(const Glib::RefPtr<const Gdk::GC>&)" and
  "Glib::unwrap<const Gdk::GC>(const Glib::RefPtr<const Gdk::GC>&)".
  "drawable.cc", line 304: Error: Overloading ambiguity between
  "Glib::unwrap<Gdk::GC>(const Glib::RefPtr<const Gdk::GC>&)" and
  "Glib::unwrap<const Gdk::GC>(const Glib::RefPtr<const Gdk::GC>&)".
  Compilation aborted, too many Error messages.
+
+------- Additional Comments From szombath bifab de  2002-07-30 18:20 -------
+
+
+*** This bug has been marked as a duplicate of 85978 ***



--__--__--

Message: 7
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Tue, 30 Jul 2002 18:31:40 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 85979] Changed - template instantiation problem in TreeView::append_column under Sun Forte C++

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

Changed by szombath bifab de 

--- shadow/85979	Tue Jul 30 15:54:54 2002
+++ shadow/85979.tmp.11796	Tue Jul 30 18:31:40 2002
@@ -167,6 +167,16 @@
 what GTK+ people must do.
 
 The gtkmm book's TreeView chapter shows how to append columns without
 using that append_column() method, for instance, when you don't want
 default CellRenderers, or if you want more than one model column in a
 view column. Please tell me if this is not an acceptable solution.
+
+------- Additional Comments From szombath bifab de  2002-07-30 18:31 -------
+> It would be great if Sun fix this, but it needs to be in weeks, 
+> not months. Shouldn't that URL show some official "Yes, it's our
+> fault" response from Sun?
+
+It should, but that is not the way it works with the commercial
+compiler vendors. My wish to use the Sun Forte forum as a channel to
+their compiler developers was simply not fullfilled, but the ongoing
+reactions to my bug reports from the Sun Service give me some hope.



--__--__--

Message: 8
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Tue, 30 Jul 2002 18:56:07 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 89450] Changed - Impossible casts with Sun Forte C++

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

Changed by szombath bifab de 

--- shadow/89450	Tue Jul 30 16:12:38 2002
+++ shadow/89450.tmp.14847	Tue Jul 30 18:56:07 2002
@@ -57,6 +57,12 @@
 Your assumption was right, the cast are not required at all, with Sun
 Forte C++ at least.
 
 I can not see the points in liststore.hg/ccg or treestore.hg/ccg,
 where the code came from, so please give me a hint or fixed it by
 yourself.
+
+------- Additional Comments From szombath bifab de  2002-07-30 18:56 -------
+Created an attachment (id=10129)
+explicit
+	 casts removed in gtk/src/{list,tree}store.cc
+



--__--__--

Message: 9
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, szombath bifab de
Cc: 
Date: Wed, 31 Jul 2002 05:35:59 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 89450] Changed - Impossible casts with Sun Forte C++

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

Changed by murrayc usa net 

--- shadow/89450	Tue Jul 30 18:56:07 2002
+++ shadow/89450.tmp.12416	Wed Jul 31 05:35:59 2002
@@ -63,6 +63,17 @@
 
 ------- Additional Comments From szombath bifab de  2002-07-30 18:56 -------
 Created an attachment (id=10129)
 explicit
 	 casts removed in gtk/src/{list,tree}store.cc
 
+
+------- Additional Comments From murrayc usa net  2002-07-31 05:35 -------
+Thanks. Applied. On the list I will ask people whether they think
+these overrides are necessary anyway.
+
+> I can not see the points in liststore.hg/ccg or treestore.hg/ccg,
+> where the code came from, so please give me a hint or fixed it by
+> yourself.
+
+I don't understand what you mean here. You just fixed it in the .ccg
+files. Do you mean some other problem?



--__--__--

Message: 10
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, szombath bifab de
Cc: 
Date: Wed, 31 Jul 2002 05:38:11 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 85978] Changed - ambiguity error in drwabale.cc(g) with Sun Forte C++

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

Changed by murrayc usa net 

--- shadow/85978	Tue Jul 30 18:20:23 2002
+++ shadow/85978.tmp.12690	Wed Jul 31 05:38:11 2002
@@ -1,13 +1,13 @@
 Bug#: 85978
 Product: gtkmm
 Version: 2.0
 OS: Solaris
 OS Details: 
-Status: REOPENED   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: normal
 Priority: Normal
 Component: build
 AssignedTo: gtkmm-forge lists sourceforge net                            
 ReportedBy: szombath bifab de               
 TargetMilestone: ---
@@ -271,6 +271,14 @@
 __CONVERT_CONST_REFPTR_TO_P in a more general way that it works for
 both g++ and Sun's Forte C++ compiler.
 
 
 ------- Additional Comments From szombath bifab de  2002-07-30 18:20 -------
 *** Bug 89451 has been marked as a duplicate of this bug. ***
+
+------- Additional Comments From murrayc usa net  2002-07-31 05:38 -------
+Applied. Thanks.
+
+I would accept a patch that used this explicit template specalization
+for  the standard __CONVERT_CONST_REFPTR_TO_P() and similar macros.
+You should keep the old definition there but comment it out, with your
+explanation.



--__--__--

Message: 11
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, szombath bifab de
Cc: 
Date: Wed, 31 Jul 2002 06:24:11 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 85979] Changed - template instantiation problem in TreeView::append_column under Sun Forte C++

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

Changed by murrayc usa net 

--- shadow/85979	Tue Jul 30 18:31:40 2002
+++ shadow/85979.tmp.18249	Wed Jul 31 06:24:11 2002
@@ -177,6 +177,11 @@
 > fault" response from Sun?
 
 It should, but that is not the way it works with the commercial
 compiler vendors. My wish to use the Sun Forte forum as a channel to
 their compiler developers was simply not fullfilled, but the ongoing
 reactions to my bug reports from the Sun Service give me some hope.
+
+------- Additional Comments From murrayc usa net  2002-07-31 06:24 -------
+OK, if you can add columns without that particular method, as
+described, then I'll close this as not-a-bug, and add a comment to the
+documentation.



--__--__--

Message: 12
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Wed, 31 Jul 2002 06:42:20 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 89450] Changed - Impossible casts with Sun Forte C++

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

Changed by szombath bifab de 

--- shadow/89450	Wed Jul 31 05:35:59 2002
+++ shadow/89450.tmp.20639	Wed Jul 31 06:42:20 2002
@@ -74,6 +74,13 @@
 > I can not see the points in liststore.hg/ccg or treestore.hg/ccg,
 > where the code came from, so please give me a hint or fixed it by
 > yourself.
 
 I don't understand what you mean here. You just fixed it in the .ccg
 files. Do you mean some other problem?
+
+------- Additional Comments From szombath bifab de  2002-07-31 06:42 -------
+> I don't understand what you mean here. You just fixed it 
+> in the .ccg files. Do you mean some other problem?
+
+No, I had just overlooked the simple solution here.
+



--__--__--

Message: 13
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net, szombath bifab de
Cc: 
Date: Wed, 31 Jul 2002 07:54:02 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 89450] Changed - Impossible casts with Sun Forte C++

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

Changed by murrayc usa net 

--- shadow/89450	Wed Jul 31 06:42:20 2002
+++ shadow/89450.tmp.31800	Wed Jul 31 07:54:02 2002
@@ -1,13 +1,13 @@
 Bug#: 89450
 Product: gtkmm
 Version: 2.0
 OS: Solaris
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: normal
 Priority: Normal
 Component: build
 AssignedTo: gtkmm-forge lists sourceforge net                            
 ReportedBy: szombath bifab de               
 TargetMilestone: ---



--__--__--

Message: 14
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: mmagallo debian org
Date: Wed, 31 Jul 2002 07:54:53 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 88610] Changed - Need nice hierarchy picture

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

Changed by murrayc usa net 

--- shadow/88610	Sun Jul 21 14:55:18 2002
+++ shadow/88610.tmp.31871	Wed Jul 31 07:54:53 2002
@@ -78,6 +78,9 @@
 
 I'll give this some thought.
 
 ------- Additional Comments From murrayc usa net  2002-07-21 14:55 -------
 I would prefer to just leave the other namespaces out of it. It's
 widgets that people care about.
+
+------- Additional Comments From murrayc usa net  2002-07-31 07:54 -------
+Are you still working on this, or shall I mention it on the list?



--__--__--

Message: 15
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Wed, 31 Jul 2002 08:01:29 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 88630] Changed - Menu::popup() and item activation

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

Changed by andreas holzmann epost de 

--- shadow/88630	Tue Jul 30 08:50:26 2002
+++ shadow/88630.tmp.430	Wed Jul 31 08:01:29 2002
@@ -40,6 +40,17 @@
 Created an attachment (id=9970)
 Example for above bug
 
 
 ------- Additional Comments From murrayc usa net  2002-07-19 15:57 -------
 I won't investigate this until someone proves that it's gtkmm only.
+
+------- Additional Comments From Andreas Holzmann epost de  2002-07-31 08:01 -------
+Gtk+ does exactly the same.
+
+Note that you shouldn't connect the popup action to the clicked signal.
+Please connect it to the button_press signal. Then you get the right
+parameters for the popup method from the GdkEventButton and 
+you can do press-move-release actions to activate a popup menu item.
+
+I'll attach a slightly modified version of your example attachment.
+



--__--__--

Message: 16
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Wed, 31 Jul 2002 08:02:53 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 88630] Changed - Menu::popup() and item activation

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

Changed by andreas holzmann epost de 

--- shadow/88630	Wed Jul 31 08:01:29 2002
+++ shadow/88630.tmp.609	Wed Jul 31 08:02:53 2002
@@ -51,6 +51,11 @@
 Please connect it to the button_press signal. Then you get the right
 parameters for the popup method from the GdkEventButton and 
 you can do press-move-release actions to activate a popup menu item.
 
 I'll attach a slightly modified version of your example attachment.
 
+
+------- Additional Comments From Andreas Holzmann epost de  2002-07-31 08:02 -------
+Created an attachment (id=10147)
+Slightly modified example
+



--__--__--

Message: 17
From: bugzilla-daemon widget gnome org
To: gtkmm-forge lists sourceforge net
Cc: 
Date: Wed, 31 Jul 2002 08:57:45 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 81422] Changed - Menu bar isn't shown correctly in latest gtkmm CVS

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

Changed by mhl schulze t-online de 

--- shadow/81422	Mon Jul 29 14:38:09 2002
+++ shadow/81422.tmp.32049	Wed Jul 31 08:57:45 2002
@@ -80,6 +80,10 @@
 do that with libglade(mm).
 
 So, it's up to you to give me an example that isolates the problem. 
 
 ------- Additional Comments From murrayc usa net  2002-07-29 14:38 -------
 I will close this bug unless I get a sensible example.
+
+------- Additional Comments From MHL Schulze t-online de  2002-07-31 08:57 -------
+Then I will reopen it next week, when my exams are finally over and I
+find the time to get my system working with the newest cvs sources...




--__--__--

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