aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2013-08-19 09:14:30 -0500
committerTed Gould <ted@gould.cx>2013-08-19 09:14:30 -0500
commitd519c3e75bfbaa4f66ea8306ee5d785bdcead1aa (patch)
tree2e639d1995732e9743232d88e39286a1b66896a3 /src
parent00d61143f54e7b0e2551f6db54b8c6ba4deef250 (diff)
downloadayatana-indicator-messages-d519c3e75bfbaa4f66ea8306ee5d785bdcead1aa.tar.gz
ayatana-indicator-messages-d519c3e75bfbaa4f66ea8306ee5d785bdcead1aa.tar.bz2
ayatana-indicator-messages-d519c3e75bfbaa4f66ea8306ee5d785bdcead1aa.zip
Set the action
Diffstat (limited to 'src')
-rw-r--r--src/im-desktop-menu.c2
1 files changed, 1 insertions, 1 deletions
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);