aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib/server.c
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-02-03 17:38:11 -0800
committerTed Gould <ted@gould.cx>2010-02-03 17:38:11 -0800
commit0a22ccfb87ec1c1f7bc1f543f8af3ef333c22b2c (patch)
tree4f38e9d6b9805ef5c003a9b8e19b7d1af0bc2f41 /libdbusmenu-glib/server.c
parenteed846366d326c8f42ecb323abdb0794fae6f85e (diff)
downloadlibdbusmenu-0a22ccfb87ec1c1f7bc1f543f8af3ef333c22b2c.tar.gz
libdbusmenu-0a22ccfb87ec1c1f7bc1f543f8af3ef333c22b2c.tar.bz2
libdbusmenu-0a22ccfb87ec1c1f7bc1f543f8af3ef333c22b2c.zip
Now the server gets the event
Diffstat (limited to 'libdbusmenu-glib/server.c')
-rw-r--r--libdbusmenu-glib/server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdbusmenu-glib/server.c b/libdbusmenu-glib/server.c
index afcbfd3..995e375 100644
--- a/libdbusmenu-glib/server.c
+++ b/libdbusmenu-glib/server.c
@@ -553,7 +553,7 @@ _dbusmenu_server_event (DbusmenuServer * server, guint id, gchar * eventid, GVal
return FALSE;
}
- dbusmenu_menuitem_activate(mi, timestamp);
+ dbusmenu_menuitem_handle_event(mi, eventid, data, timestamp);
return TRUE;
}