Merge authors:
  Aurélien Gâteau (agateau)
Related merge proposals:
  
https://code.launchpad.net/~agateau/dbusmenu/fix-item-updated-signature/+merge/26187
  proposed by: Aurélien Gâteau (agateau)
  review: Approve - Ted Gould (ted)
------------------------------------------------------------
revno: 102 [merge]
committer: Ted Gould <[email protected]>
branch nick: trunk
timestamp: Thu 2010-05-27 11:16:57 -0500
message:
  Fix signal for ID update
modified:
  libdbusmenu-glib/server.c


--
lp:dbusmenu
https://code.launchpad.net/~dbusmenu-team/dbusmenu/trunk

Your team ayatana-commits is subscribed to branch lp:dbusmenu.
To unsubscribe from this branch go to 
https://code.launchpad.net/~dbusmenu-team/dbusmenu/trunk/+edit-subscription
=== modified file 'libdbusmenu-glib/server.c'
--- libdbusmenu-glib/server.c	2010-04-14 21:58:17 +0000
+++ libdbusmenu-glib/server.c	2010-05-27 14:44:35 +0000
@@ -146,8 +146,8 @@
 	                                         G_SIGNAL_RUN_LAST,
 	                                         G_STRUCT_OFFSET(DbusmenuServerClass, id_update),
 	                                         NULL, NULL,
-	                                         g_cclosure_marshal_VOID__UINT,
-	                                         G_TYPE_NONE, 1, G_TYPE_UINT);
+	                                         g_cclosure_marshal_VOID__INT,
+	                                         G_TYPE_NONE, 1, G_TYPE_INT);
 	/**
 		DbusmenuServer::layout-updated:
 		@arg0: The #DbusmenuServer emitting the signal.

_______________________________________________
Mailing list: https://launchpad.net/~ayatana-commits
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~ayatana-commits
More help   : https://help.launchpad.net/ListHelp

Reply via email to