[gtk+] GtkWindow: Update default for has-default-grip



commit b5958d677fd4a1643d089cc80aa9024243c86c3d
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Jul 3 15:23:34 2014 -0400

    GtkWindow: Update default for has-default-grip
    
    It is now FALSE.

 gtk/gtkwindow.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkwindow.c b/gtk/gtkwindow.c
index 5f9f5c4..7153baa 100644
--- a/gtk/gtkwindow.c
+++ b/gtk/gtkwindow.c
@@ -987,7 +987,7 @@ gtk_window_class_init (GtkWindowClass *klass)
                                    g_param_spec_boolean ("has-resize-grip",
                                                          P_("Resize grip"),
                                                          P_("Specifies whether the window should have a 
resize grip"),
-                                                         TRUE,
+                                                         FALSE,
                                                          
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY|G_PARAM_DEPRECATED));
 
   /**


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