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:
Sven Neumann 2004-10-31 15:41:17 +00:00 committed by Sven Neumann
parent 858e80c682
commit 4a378440bb
2 changed files with 7 additions and 3 deletions

View file

@ -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>

View file

@ -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,