gtkmm r1031 - in trunk: . gtk/src



Author: murrayc
Date: Thu Aug 14 14:44:57 2008
New Revision: 1031
URL: http://svn.gnome.org/viewvc/gtkmm?rev=1031&view=rev

Log:
2008-08-14  Murray Cumming  <murrayc murrayc com>

* gtk/src/widget.hg: Added the missing #m4 prefix, to fix the build.
Sorry.

Modified:
   trunk/ChangeLog
   trunk/gtk/src/widget.hg

Modified: trunk/gtk/src/widget.hg
==============================================================================
--- trunk/gtk/src/widget.hg	(original)
+++ trunk/gtk/src/widget.hg	Thu Aug 14 14:44:57 2008
@@ -226,7 +226,7 @@
   _WRAP_METHOD(void set_child_visible(bool is_visible = true), gtk_widget_set_child_visible)
   _WRAP_METHOD(bool get_child_visible() const, gtk_widget_get_child_visible)
 
-  _CONVERSION(`GtkAllocation',`Allocation',`($2)(Glib::wrap(&($3)))')
+#m4  _CONVERSION(`GtkAllocation',`Allocation',`($2)(Glib::wrap(&($3)))')
   _WRAP_METHOD(Allocation get_allocation() const, gtk_widget_get_allocation)
 
   _WRAP_METHOD(Glib::RefPtr<Gdk::Window> get_window(), gtk_widget_get_window, refreturn)



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