[gimp/gtk3-port: 87/137] app: remove the resize_grip call alltogether, it's gone from GtkStatusbar



commit 04fba57c768a8f55358ff5516411f34a4d22f6ff
Author: Michael Natterer <mitch gimp org>
Date:   Tue Oct 19 21:05:28 2010 +0200

    app: remove the resize_grip call alltogether, it's gone from GtkStatusbar

 app/display/gimpdisplayshell-appearance.c |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/app/display/gimpdisplayshell-appearance.c b/app/display/gimpdisplayshell-appearance.c
index 0da1de2..9e8a160 100644
--- a/app/display/gimpdisplayshell-appearance.c
+++ b/app/display/gimpdisplayshell-appearance.c
@@ -76,11 +76,6 @@ gimp_display_shell_appearance_update (GimpDisplayShell *shell)
       gboolean fullscreen = gimp_image_window_get_fullscreen (window);
 
       appearance_set_action_active (shell, "view-fullscreen", fullscreen);
-
-#if 0
-      gtk_statusbar_set_has_resize_grip (GTK_STATUSBAR (shell->statusbar),
-                                         ! fullscreen);
-#endif
     }
 
   gimp_display_shell_set_show_menubar       (shell,



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