diff options
author | Ted Gould <ted@gould.cx> | 2011-03-02 16:53:34 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-03-02 16:53:34 -0600 |
commit | da9a1f784d3c1e8a75f832f60c3f86764810858c (patch) | |
tree | e979710140fd56b2a708809cc529459bbaeabfdf /libdbusmenu-gtk/menu.c | |
parent | 08409e83ad0cc9beeb27f3f4dce9b98a43138576 (diff) | |
parent | 05298620b764d60b942567d09b970342924099f9 (diff) | |
download | libdbusmenu-da9a1f784d3c1e8a75f832f60c3f86764810858c.tar.gz libdbusmenu-da9a1f784d3c1e8a75f832f60c3f86764810858c.tar.bz2 libdbusmenu-da9a1f784d3c1e8a75f832f60c3f86764810858c.zip |
Sync up to trunk
Diffstat (limited to 'libdbusmenu-gtk/menu.c')
-rw-r--r-- | libdbusmenu-gtk/menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdbusmenu-gtk/menu.c b/libdbusmenu-gtk/menu.c index c2720ac..0b31069 100644 --- a/libdbusmenu-gtk/menu.c +++ b/libdbusmenu-gtk/menu.c @@ -103,7 +103,7 @@ menu_focus_cb(DbusmenuGtkMenu * menu, gpointer userdata) if (priv->client != NULL) { /* TODO: We should stop the display of the menu until the about to show call returns. */ - dbusmenu_client_send_about_to_show(DBUSMENU_CLIENT(priv->client), 0, NULL, NULL); + dbusmenu_menuitem_send_about_to_show(priv->root, NULL, NULL); } return; } |