diff options
author | Ted Gould <ted@canonical.com> | 2009-05-05 19:04:55 +0100 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-05-05 19:04:55 +0100 |
commit | 5fe27cb6243602bb1ca2d2ee77a8e4db1c4efdd5 (patch) | |
tree | c462fb19be4a54f8d04ebc51944a442d1a2d0a5f | |
parent | e91e2504652a59870ac5e439fcdf0b452fd87d70 (diff) | |
download | libdbusmenu-5fe27cb6243602bb1ca2d2ee77a8e4db1c4efdd5.tar.gz libdbusmenu-5fe27cb6243602bb1ca2d2ee77a8e4db1c4efdd5.tar.bz2 libdbusmenu-5fe27cb6243602bb1ca2d2ee77a8e4db1c4efdd5.zip |
Heh, turns out to recieve a signal you have to send it.
-rw-r--r-- | libdbusmenu-glib/server.c | 1 |
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 */ |