aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib/server.c
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-05-05 19:04:55 +0100
committerTed Gould <ted@canonical.com>2009-05-05 19:04:55 +0100
commit5fe27cb6243602bb1ca2d2ee77a8e4db1c4efdd5 (patch)
treec462fb19be4a54f8d04ebc51944a442d1a2d0a5f /libdbusmenu-glib/server.c
parente91e2504652a59870ac5e439fcdf0b452fd87d70 (diff)
downloadlibdbusmenu-5fe27cb6243602bb1ca2d2ee77a8e4db1c4efdd5.tar.gz
libdbusmenu-5fe27cb6243602bb1ca2d2ee77a8e4db1c4efdd5.tar.bz2
libdbusmenu-5fe27cb6243602bb1ca2d2ee77a8e4db1c4efdd5.zip
Heh, turns out to recieve a signal you have to send it.
Diffstat (limited to 'libdbusmenu-glib/server.c')
-rw-r--r--libdbusmenu-glib/server.c1
1 files changed, 1 insertions, 0 deletions
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 */