forked from pool/gnome-control-center
c2b40d2ba6
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-control-center?expand=0&rev=56
14 lines
551 B
Diff
14 lines
551 B
Diff
Index: shell/control-center.c
|
|
===================================================================
|
|
--- shell/control-center.c.orig
|
|
+++ shell/control-center.c
|
|
@@ -131,7 +131,7 @@ main (int argc, char *argv[])
|
|
program = gnome_program_init ("GNOME Control Center", "0.1", LIBGNOMEUI_MODULE,
|
|
argc, argv, NULL, NULL);
|
|
|
|
- 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);
|
|
|