fix for inconsistent GenericNames

svn path=/trunk/; revision=7206
This commit is contained in:
Scott Reeves 2007-01-30 17:18:30 +00:00
parent b5d35fbfa3
commit f3f24bbbc5
2 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,9 @@
2007-01-30 Scott Reeves <sreeves@novell.com>
* control-center.c: Fix for inconsistent GenericNames- add a flag
controlling display or not.
https://bugzilla.novell.com/show_bug.cgi?id=185957
2007-01-29 Kjartan Maraas <kmaraas@gnome.org>
* control-center.c: (get_actions_list): ANSIfication

View file

@ -151,8 +151,8 @@ main (int argc, char *argv[])
exit (1);
}
app_data = appshelldata_new (
"preferences.menu", NULL, CONTROL_CENTER_PREFIX, GTK_ICON_SIZE_DIALOG, TRUE);
app_data = appshelldata_new ("preferences.menu", NULL, CONTROL_CENTER_PREFIX,
GTK_ICON_SIZE_DIALOG, FALSE, TRUE);
generate_categories (app_data);
actions = get_actions_list ();