Codebase list cinnamon-menus / bc08871
Update upstream source from tag 'upstream/4.6.1' Update to upstream version '4.6.1' with Debian dir 335198e366717101b27adaae9ac9ac218c081d03 Norbert Preining 3 years ago
2 changed file(s) with 6 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
17781778 break;
17791779
17801780 case GMENU_TREE_ITEM_ENTRY:
1781 if (gmenu_tree_entry_get_app_info (GMENU_TREE_ENTRY (item)) == NULL)
1782 {
1783 return desktop_entry_get_basename (GMENU_TREE_ENTRY (item)->desktop_entry);
1784 }
1785
17811786 if (flags & GMENU_TREE_FLAGS_SORT_DISPLAY_NAME)
17821787 name = g_app_info_get_display_name (G_APP_INFO (gmenu_tree_entry_get_app_info (GMENU_TREE_ENTRY (item))));
17831788 else
0 project('cinnamon-menus', 'c', version : '4.6.0', meson_version: '>=0.40.0')
0 project('cinnamon-menus', 'c', version : '4.6.1', meson_version: '>=0.40.0')
11
22 gnome = import('gnome')
33