GtkWindow: Update default for has-default-grip

It is now FALSE.
This commit is contained in:
Matthias Clasen 2014-07-03 15:23:34 -04:00
parent 6feab4f257
commit b5958d677f

View File

@ -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));
/**