disabled the image area by default to reduce some clutter.
2004-10-31 Sven Neumann <sven@gimp.org> * app/config/gimpguiconfig.c: disabled the image area by default to reduce some clutter.
This commit is contained in:
parent
858e80c682
commit
4a378440bb
2 changed files with 7 additions and 3 deletions
|
|
@ -1,8 +1,12 @@
|
|||
2004-10-31 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/config/gimpguiconfig.c: disabled the image area by default
|
||||
to reduce some clutter.
|
||||
|
||||
2004-10-31 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/dialogs/user-install-dialog.c: fixed page logic for migration
|
||||
user settings. Still missing an implementation to actually copy the
|
||||
files.
|
||||
of user settings. Still missing code to actually copy the files.
|
||||
|
||||
2004-10-31 Sven Neumann <sven@gimp.org>
|
||||
|
||||
|
|
|
|||
|
|
@ -220,7 +220,7 @@ gimp_gui_config_class_init (GimpGuiConfigClass *klass)
|
|||
GIMP_CONFIG_INSTALL_PROP_BOOLEAN (object_class, PROP_TOOLBOX_IMAGE_AREA,
|
||||
"toolbox-image-area",
|
||||
TOOLBOX_IMAGE_AREA_BLURB,
|
||||
TRUE,
|
||||
FALSE,
|
||||
0);
|
||||
GIMP_CONFIG_INSTALL_PROP_PATH (object_class, PROP_THEME_PATH,
|
||||
"theme-path", THEME_PATH_BLURB,
|
||||
|
|
|
|||
Loading…
Reference in a new issue