From 5fe27cb6243602bb1ca2d2ee77a8e4db1c4efdd5 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Tue, 5 May 2009 19:04:55 +0100 Subject: Heh, turns out to recieve a signal you have to send it. --- libdbusmenu-glib/server.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libdbusmenu-glib/server.c') diff --git a/libdbusmenu-glib/server.c b/libdbusmenu-glib/server.c index a0f7225..53ff69b 100644 --- a/libdbusmenu-glib/server.c +++ b/libdbusmenu-glib/server.c @@ -159,6 +159,7 @@ set_property (GObject * obj, guint id, const GValue * value, GParamSpec * pspec) } else { g_debug("Setting root node to NULL"); } + g_signal_emit(obj, signals[LAYOUT_UPDATE], 0, TRUE); break; case PROP_LAYOUT: /* Can't set this, fall through to error */ -- cgit v1.2.3