use smaller icons, partial fix for 405078
svn path=/trunk/; revision=7282
This commit is contained in:
parent
685f7e2b69
commit
fe985d82ec
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2007-02-12 Scott Reeves <sreeves@novell.com>
|
||||
* control-center.c: Use smaller icons by default,
|
||||
partial fix for #405078
|
||||
|
||||
2007-01-30 Jens Granseuer <jensgr@gmx.net>
|
||||
|
||||
* control-center.c: (main): fix typo in usage string (noticed by
|
||||
|
|
|
@ -152,7 +152,7 @@ main (int argc, char *argv[])
|
|||
}
|
||||
|
||||
app_data = appshelldata_new ("gnomecc.menu", NULL, CONTROL_CENTER_PREFIX,
|
||||
GTK_ICON_SIZE_DIALOG, FALSE, TRUE);
|
||||
GTK_ICON_SIZE_DND, FALSE, TRUE);
|
||||
generate_categories (app_data);
|
||||
|
||||
actions = get_actions_list ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue