[gimp/gtk3-port: 82/140] app: #if 0 call to gtk_statusbar_set_has_resize_grip()



commit 6eb183cd060af971a4301ac15bff37b6dbd951a5
Author: Michael Natterer <mitch gimp org>
Date:   Tue Oct 19 20:01:16 2010 +0200

    app: #if 0 call to gtk_statusbar_set_has_resize_grip()

 app/display/gimpdisplayshell-appearance.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/app/display/gimpdisplayshell-appearance.c b/app/display/gimpdisplayshell-appearance.c
index 233bf10..0da1de2 100644
--- a/app/display/gimpdisplayshell-appearance.c
+++ b/app/display/gimpdisplayshell-appearance.c
@@ -77,8 +77,10 @@ gimp_display_shell_appearance_update (GimpDisplayShell *shell)
 
       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]