gtkmm r1031 - in trunk: . gtk/src
- From: murrayc svn gnome org
- To: svn-commits-list gnome org
- Subject: gtkmm r1031 - in trunk: . gtk/src
- Date: Thu, 14 Aug 2008 14:44:57 +0000 (UTC)
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]