aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-02-13 16:04:35 -0600
committerTed Gould <ted@canonical.com>2009-02-13 16:04:35 -0600
commitdf2dfb8762356add2ac100cd23988811c273c92e (patch)
tree89940fb4b5308d6c7a5f7f5308b8a164f0af6ffb
parentf8caa222e17d21500ef36cb57510308f5e2ce852 (diff)
downloadayatana-indicator-messages-df2dfb8762356add2ac100cd23988811c273c92e.tar.gz
ayatana-indicator-messages-df2dfb8762356add2ac100cd23988811c273c92e.tar.bz2
ayatana-indicator-messages-df2dfb8762356add2ac100cd23988811c273c92e.zip
Add a callback to display the app
-rw-r--r--src/app-menu-item.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/app-menu-item.c b/src/app-menu-item.c
index bf6fe8a..2622010 100644
--- a/src/app-menu-item.c
+++ b/src/app-menu-item.c
@@ -156,6 +156,9 @@ desktop_cb (IndicateListener * listener, IndicateListenerServer * server, gchar
static void
activate_cb (AppMenuItem * self, gpointer data)
{
- //AppMenuItemPrivate * priv = APP_MENU_ITEM_GET_PRIVATE(self);
+ AppMenuItemPrivate * priv = APP_MENU_ITEM_GET_PRIVATE(self);
+
+ indicate_listener_display(priv->listener, priv->server, NULL);
+ return;
}