[gtk+/client-side-decorations: 48/92] fix oops



commit aa0f5fb87d13ff0e15cecf84d0768a3dbc9cc68c
Author: Cody Russell <crussell canonical com>
Date:   Wed Jul 8 14:20:32 2009 +0100

    fix oops

 gtk/gtkwindow.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkwindow.c b/gtk/gtkwindow.c
index 755a2f8..af92349 100644
--- a/gtk/gtkwindow.c
+++ b/gtk/gtkwindow.c
@@ -5163,7 +5163,7 @@ is_client_side_decorated (GtkWindow *window)
                         "client-side-decorated", &client_side_decorated,
                         NULL);
 
-  return client_side_decorated && window->decorated && priv->disable_client_side_decorations;
+  return client_side_decorated && window->decorated && !priv->disable_client_side_decorations;
 }
 
 static void



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