On Sat, 2006-05-20 at 21:24 +0200, Martin Michlmayr wrote: > tags 356453 + patch > thanks > > gnomemm 1.2.4 doesn't build with GCC 4.1. The fix below allows it to > compile. Can you confirm it is okay? > > > --- ./src/gnome--/app-helper.h~ 2006-05-20 19:03:13.000000000 +0000 > +++ ./src/gnome--/app-helper.h 2006-05-20 19:03:23.000000000 +0000 > @@ -77,7 +77,7 @@ > ~Info(); > Info& operator =(const Info&); > > - Gtk::Widget* Info::get_widget() const; > + Gtk::Widget* get_widget() const; > > Type type() const > { return Type(GnomeUIInfo::type); } > --- ./src/pixmapmenuitem.gen_h~ 2006-05-20 19:14:28.000000000 +0000 > +++ ./src/pixmapmenuitem.gen_h 2006-05-20 19:14:41.000000000 +0000 > @@ -136,7 +136,7 @@ > gtk_pixmap_menu_item_set_pixmap(gtkobj(), GTK_WIDGET(pixmap.gtkobj())); > } > > -namespace Gnome { > +namespace Gtk { > > namespace Menu_Helpers > {
Yes, that looks fine. Thanks. I have just committed it to CVS. I am unlikely to make a new tarball release, however. This is the version of gnomemm for GTK+ 1.2, and I doubt anybody is still using it. -- Murray Cumming [EMAIL PROTECTED] www.murrayc.com www.openismus.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]