From d519c3e75bfbaa4f66ea8306ee5d785bdcead1aa Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Mon, 19 Aug 2013 09:14:30 -0500 Subject: Set the action --- src/im-desktop-menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/im-desktop-menu.c b/src/im-desktop-menu.c index e8dff6f..1040d62 100644 --- a/src/im-desktop-menu.c +++ b/src/im-desktop-menu.c @@ -114,7 +114,7 @@ im_desktop_menu_source_added (ImApplicationList *applist, g_return_if_fail (source_section != NULL); action = g_strconcat ("src.", source_id, NULL); - item = g_menu_item_new (label, NULL); + item = g_menu_item_new (label, action); g_menu_item_set_attribute (item, "x-canonical-type", "s", "com.canonical.indicator.messages.source"); if (icon && *icon) g_menu_item_set_attribute (item, "icon", "s", icon); -- cgit v1.2.3