fix for inconsistent GenericNames
svn path=/trunk/; revision=7206
This commit is contained in:
parent
b5d35fbfa3
commit
f3f24bbbc5
2 changed files with 8 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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 ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue