[gimp] Update the shell's appearance when it is set active in the image window



commit 1273a63eab42c8480e6f170f0d9026153f09ba65
Author: Michael Natterer <mitch gimp org>
Date:   Sat Sep 26 00:50:21 2009 +0200

    Update the shell's appearance when it is set active in the image window

 app/display/gimpimagewindow.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/app/display/gimpimagewindow.c b/app/display/gimpimagewindow.c
index 386a5a5..f60536e 100644
--- a/app/display/gimpimagewindow.c
+++ b/app/display/gimpimagewindow.c
@@ -548,6 +548,8 @@ gimp_image_window_set_active_display (GimpImageWindow *window,
                     G_CALLBACK (gimp_image_window_shell_icon_notify),
                     window);
 
+  gimp_display_shell_appearance_update (active_shell);
+
   if (! display->image)
     {
       gimp_statusbar_empty (GIMP_STATUSBAR (window->statusbar));



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]