From f3f24bbbc51febfb710412eed1bde436d99f3ead Mon Sep 17 00:00:00 2001 From: Scott Reeves Date: Tue, 30 Jan 2007 17:18:30 +0000 Subject: [PATCH] fix for inconsistent GenericNames svn path=/trunk/; revision=7206 --- shell/ChangeLog | 6 ++++++ shell/control-center.c | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/shell/ChangeLog b/shell/ChangeLog index 2e5e78269..f2df6cbc7 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,9 @@ +2007-01-30 Scott Reeves + + * 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 * control-center.c: (get_actions_list): ANSIfication diff --git a/shell/control-center.c b/shell/control-center.c index 74565a746..b9d97c373 100644 --- a/shell/control-center.c +++ b/shell/control-center.c @@ -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 ();