patch



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
 {

-- 
Martin Michlmayr
http://www.cyrius.com/



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]