From 35b163e013c26d354890287ae5bd4613a63b7a54 Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Thu, 16 Feb 2006 16:07:33 +0000 Subject: [PATCH] as an experiment, changed default window hint for toolbox and docks to 2006-02-16 Sven Neumann * app/config/gimpguiconfig.c: as an experiment, changed default window hint for toolbox and docks to utility window. --- ChangeLog | 5 +++++ app/config/gimpguiconfig.c | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index abba026e90..5fcb6b7c79 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-02-16 Sven Neumann + + * app/config/gimpguiconfig.c: as an experiment, changed default + window hint for toolbox and docks to utility window. + 2006-02-16 Sven Neumann * plug-ins/common/unsharp.c: applied patch from Stephane Chauveau diff --git a/app/config/gimpguiconfig.c b/app/config/gimpguiconfig.c index cf131b9c2e..2ed4f62f5f 100644 --- a/app/config/gimpguiconfig.c +++ b/app/config/gimpguiconfig.c @@ -237,14 +237,14 @@ gimp_gui_config_class_init (GimpGuiConfigClass *klass) "toolbox-window-hint", TOOLBOX_WINDOW_HINT_BLURB, GIMP_TYPE_WINDOW_HINT, - GIMP_WINDOW_HINT_NORMAL, + GIMP_WINDOW_HINT_UTILITY, GIMP_PARAM_STATIC_STRINGS | GIMP_CONFIG_PARAM_RESTART); GIMP_CONFIG_INSTALL_PROP_ENUM (object_class, PROP_DOCK_WINDOW_HINT, "dock-window-hint", DOCK_WINDOW_HINT_BLURB, GIMP_TYPE_WINDOW_HINT, - GIMP_WINDOW_HINT_NORMAL, + GIMP_WINDOW_HINT_UTILITY, GIMP_PARAM_STATIC_STRINGS | GIMP_CONFIG_PARAM_RESTART); GIMP_CONFIG_INSTALL_PROP_BOOLEAN (object_class, PROP_TRANSIENT_DOCKS,