[Galago-commits] r3015 - trunk/libnotify/libnotify

galago-commits at freedesktop.org galago-commits at freedesktop.org
Thu Sep 25 18:51:02 PDT 2008


Author: chipx86
Date: 2008-09-25 18:51:01 -0700 (Thu, 25 Sep 2008)
New Revision: 3015

Modified:
   trunk/libnotify/libnotify/notification.c
Log:
And fix the registration of the signal. It's been way too long since I worked with gtk in C. Or not long enough.


Modified: trunk/libnotify/libnotify/notification.c
===================================================================
--- trunk/libnotify/libnotify/notification.c	2008-09-26 01:46:40 UTC (rev 3014)
+++ trunk/libnotify/libnotify/notification.c	2008-09-26 01:51:01 UTC (rev 3015)
@@ -159,7 +159,7 @@
 					 G_SIGNAL_RUN_FIRST,
 					 G_STRUCT_OFFSET(NotifyNotificationClass, closed),
 					 NULL, NULL,
-					 g_cclosure_marshal_VOID__UINT, G_TYPE_NONE, 1, G_TYPE_INT);
+					 g_cclosure_marshal_VOID__VOID, G_TYPE_NONE, 0);
 
 	g_object_class_install_property(object_class, PROP_ID,
 		g_param_spec_int("id", "ID",



More information about the galago-commits mailing list