mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
ShellAppSystem: Only search gnomecc.menu for preferences
settings.menu was removed in gnome-menus commit b68bcd27f44ce2c494f6e3cd9695890b9c02af04; gnomecc.menu is the intended replacement. (On Red Hat Linux derived systems, settings.menu continues to exist) https://bugzilla.gnome.org/show_bug.cgi?id=645063
This commit is contained in:
parent
affc9f9058
commit
c97a8602a1
1 changed files with 1 additions and 1 deletions
|
|
@ -200,7 +200,7 @@ shell_app_system_init (ShellAppSystem *self)
|
|||
* case by case.
|
||||
*/
|
||||
priv->apps_tree = gmenu_tree_lookup ("applications.menu", GMENU_TREE_FLAGS_INCLUDE_NODISPLAY);
|
||||
priv->settings_tree = gmenu_tree_lookup ("settings.menu", GMENU_TREE_FLAGS_NONE);
|
||||
priv->settings_tree = gmenu_tree_lookup ("gnomecc.menu", GMENU_TREE_FLAGS_INCLUDE_NODISPLAY);
|
||||
|
||||
priv->app_change_timeout_id = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue