gtkmm r1095 - trunk/gtk/src



Author: murrayc
Date: Tue Feb 10 10:39:11 2009
New Revision: 1095
URL: http://svn.gnome.org/viewvc/gtkmm?rev=1095&view=rev

Log:
Fixed typo.

Modified:
   trunk/gtk/src/filechooserbutton.hg

Modified: trunk/gtk/src/filechooserbutton.hg
==============================================================================
--- trunk/gtk/src/filechooserbutton.hg	(original)
+++ trunk/gtk/src/filechooserbutton.hg	Tue Feb 10 10:39:11 2009
@@ -93,7 +93,7 @@
   //TODO: Remove no_default_handler when we can break ABI.
   //This is a G_SIGNAL_ACTION signal, but it seems to be public API for applications.
   //See http://bugzilla.gnome.org/show_bug.cgi?id=353196
-  _SIGNAL(void file_set(), "file-set", no_default_handler)
+  _WRAP_SIGNAL(void file_set(), "file-set", no_default_handler)
 
   _WRAP_PROPERTY("focus-on-click", bool)
   _WRAP_PROPERTY("title", Glib::ustring)                                          



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