aboutsummaryrefslogtreecommitdiff
path: root/src/messages-service.c
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2014-09-17 10:17:59 -0500
committerTed Gould <ted@gould.cx>2014-09-17 10:17:59 -0500
commit36ab9b369b8e4e2ea80c597a854db907367e5a39 (patch)
tree746e9d5cc30ae38c1caa1ce40af9d217d0c236b0 /src/messages-service.c
parentc21dbac4d01fbc035ed317b610758de0221b5314 (diff)
downloadayatana-indicator-messages-36ab9b369b8e4e2ea80c597a854db907367e5a39.tar.gz
ayatana-indicator-messages-36ab9b369b8e4e2ea80c597a854db907367e5a39.tar.bz2
ayatana-indicator-messages-36ab9b369b8e4e2ea80c597a854db907367e5a39.zip
Adding a specifier for whether it's in the greeter or not
Diffstat (limited to 'src/messages-service.c')
-rw-r--r--src/messages-service.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/messages-service.c b/src/messages-service.c
index 3035d84..d2c7e92 100644
--- a/src/messages-service.c
+++ b/src/messages-service.c
@@ -273,8 +273,8 @@ main (int argc, char ** argv)
}
menus = g_hash_table_new_full (g_str_hash, g_str_equal, NULL, g_object_unref);
- g_hash_table_insert (menus, "phone", im_phone_menu_new (applications));
- g_hash_table_insert (menus, "phone_greeter", im_phone_menu_new (applications));
+ g_hash_table_insert (menus, "phone", im_phone_menu_new (applications, FALSE));
+ g_hash_table_insert (menus, "phone_greeter", im_phone_menu_new (applications, TRUE));
g_hash_table_insert (menus, "desktop", im_desktop_menu_new (applications));
g_hash_table_insert (menus, "desktop_greeter", im_desktop_menu_new (applications));