From 4a378440bbb8132b4e72c7732651a6e85e74c92f Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Sun, 31 Oct 2004 15:41:17 +0000 Subject: [PATCH] disabled the image area by default to reduce some clutter. 2004-10-31 Sven Neumann * app/config/gimpguiconfig.c: disabled the image area by default to reduce some clutter. --- ChangeLog | 8 ++++++-- app/config/gimpguiconfig.c | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index c19fa3ac5e..f71f8dc087 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,12 @@ +2004-10-31 Sven Neumann + + * app/config/gimpguiconfig.c: disabled the image area by default + to reduce some clutter. + 2004-10-31 Sven Neumann * 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 diff --git a/app/config/gimpguiconfig.c b/app/config/gimpguiconfig.c index 56f3cbf8bb..66f9eb3ee2 100644 --- a/app/config/gimpguiconfig.c +++ b/app/config/gimpguiconfig.c @@ -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,