diff --git a/gnome-control-center-use-settings-menu.patch b/gnome-control-center-use-settings-menu.patch index 0bdfa55..ca1af43 100644 --- a/gnome-control-center-use-settings-menu.patch +++ b/gnome-control-center-use-settings-menu.patch @@ -2,9 +2,9 @@ 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; - } +@@ -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, diff --git a/gnome-control-center.changes b/gnome-control-center.changes index 6e1a2dc..17aa967 100644 --- a/gnome-control-center.changes +++ b/gnome-control-center.changes @@ -1,8 +1,3 @@ -------------------------------------------------------------------- -Tue Nov 3 19:09:18 UTC 2009 - coolo@novell.com - -- updated patches to apply with fuzz=0 - ------------------------------------------------------------------- Sat Oct 03 15:05:00 BST 2009 - riggwelter@opensuse.org