diff options
author | Ted Gould <ted@gould.cx> | 2010-11-29 13:40:07 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-11-29 13:40:07 -0600 |
commit | de467d6d1231f6490b79ddc5a4966b9521fe8536 (patch) | |
tree | 0cc5bf587f10b41a2660ce6c0ab6c6c5d16be543 /libdbusmenu-glib | |
parent | 938856dbb01aa4e583ce637a0cd34846f8a940fd (diff) | |
download | libdbusmenu-de467d6d1231f6490b79ddc5a4966b9521fe8536.tar.gz libdbusmenu-de467d6d1231f6490b79ddc5a4966b9521fe8536.tar.bz2 libdbusmenu-de467d6d1231f6490b79ddc5a4966b9521fe8536.zip |
Wrong signal name
Diffstat (limited to 'libdbusmenu-glib')
-rw-r--r-- | libdbusmenu-glib/server.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdbusmenu-glib/server.c b/libdbusmenu-glib/server.c index c738537..a2e0849 100644 --- a/libdbusmenu-glib/server.c +++ b/libdbusmenu-glib/server.c @@ -694,7 +694,7 @@ menuitem_shown (DbusmenuMenuitem * mi, guint timestamp, DbusmenuServer * server) NULL, priv->dbusobject, DBUSMENU_INTERFACE, - "ItemPropertyUpdated", + "ItemActivationRequested", g_variant_new("(iu)", dbusmenu_menuitem_get_id(mi), timestamp), NULL); } |