From 81f7009789863c2666c11474ec6ea0d6d875972d Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Tue, 12 May 2009 17:25:31 -0500 Subject: Passing on the signal from the menuitem up the stack and out the DBus. --- libdbusmenu-glib/server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libdbusmenu-glib') diff --git a/libdbusmenu-glib/server.c b/libdbusmenu-glib/server.c index 62d0505..847a186 100644 --- a/libdbusmenu-glib/server.c +++ b/libdbusmenu-glib/server.c @@ -293,7 +293,7 @@ get_property (GObject * obj, guint id, GValue * value, GParamSpec * pspec) static void menuitem_property_changed (DbusmenuMenuitem * mi, gchar * property, gchar * value, DbusmenuServer * server) { - + g_signal_emit(G_OBJECT(server), signals[ID_PROP_UPDATE], 0, dbusmenu_menuitem_get_id(mi), property, value, TRUE); return; } -- cgit v1.2.3