(working version) Fri Jul 29 07:52:06 2011 (no log message) 044_grips.patch: changed Index: 044_grips.patch ==================================================================== contents(size sha1) inode(mtime owner group) --- 044_grips.patch /foresight.rpath.org@fl:2-devel/2.24.4-4 +++ 044_grips.patch @NEW@ @@ -805,7 +805,7 @@ + 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)); + + /** @@ -854,7 +854,7 @@ priv->type_hint = GDK_WINDOW_TYPE_HINT_NORMAL; priv->opacity = 1.0; priv->startup_id = NULL; -+ priv->has_resize_grip = TRUE; ++ priv->has_resize_grip = FALSE; priv->mnemonics_visible = TRUE; colormap = _gtk_widget_peek_colormap ();