diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-10-18 14:32:41 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-10-18 14:32:41 +0200 |
commit | f85f0fd3b7310a2b65a1b8bea700a9ae469e6329 (patch) | |
tree | 1de16b1d51e6ad9630db8e98386f231d21403965 /src | |
parent | 6c1a8c954e7bdf05d6369647178b9f2d2447c89a (diff) | |
parent | b2aad2920407642e3a52ad5ecdd745f11a3b80c7 (diff) | |
download | ayatana-indicator-messages-f85f0fd3b7310a2b65a1b8bea700a9ae469e6329.tar.gz ayatana-indicator-messages-f85f0fd3b7310a2b65a1b8bea700a9ae469e6329.tar.bz2 ayatana-indicator-messages-f85f0fd3b7310a2b65a1b8bea700a9ae469e6329.zip |
Merge branch 'tari01-pr/update-ido-names'
Attributes GH PR #17: https://github.com/AyatanaIndicators/ayatana-indicator-messages/pull/17
Diffstat (limited to 'src')
-rw-r--r-- | src/im-desktop-menu.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/im-desktop-menu.c b/src/im-desktop-menu.c index 7dfb7c1..8442286 100644 --- a/src/im-desktop-menu.c +++ b/src/im-desktop-menu.c @@ -114,7 +114,7 @@ im_desktop_menu_app_added (ImApplicationList *applist, GVariant *icon; item = g_menu_item_new (g_app_info_get_name (G_APP_INFO (app_info)), "launch"); - g_menu_item_set_attribute (item, "x-ayatana-type", "s", "org.ayatana.application"); + g_menu_item_set_attribute (item, "x-ayatana-type", "s", "org.ayatana.indicator.application"); icon = g_icon_serialize (g_app_info_get_icon (G_APP_INFO (app_info))); if (icon) @@ -146,7 +146,7 @@ im_desktop_menu_app_added (ImApplicationList *applist, label = indicator_desktop_shortcuts_nick_get_name (shortcuts, *nicks); item = g_menu_item_new (label, *nicks); - g_menu_item_set_attribute (item, "x-ayatana-type", "s", "org.ayatana.application"); + g_menu_item_set_attribute (item, "x-ayatana-type", "s", "org.ayatana.indicator.application"); g_menu_append_item (app_section, item); g_free (label); |