forked from pool/gnome-control-center
4c54e63d11
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-control-center?expand=0&rev=d32baf86bf374bd5e4bc393eda6110c2
14 lines
463 B
Diff
14 lines
463 B
Diff
Index: shell/control-center.c
|
|
===================================================================
|
|
--- shell/control-center.c.orig
|
|
+++ shell/control-center.c
|
|
@@ -174,7 +174,7 @@ main (int argc, char *argv[])
|
|
return retval;
|
|
}
|
|
|
|
- app_data = appshelldata_new ("gnomecc.menu", NULL, CONTROL_CENTER_PREFIX,
|
|
+ app_data = appshelldata_new ("settings.menu", NULL, CONTROL_CENTER_PREFIX,
|
|
GTK_ICON_SIZE_DND, FALSE, TRUE);
|
|
generate_categories (app_data);
|
|
|