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



commit 5769c3451b061868576fe85df3a0cd48f8ce83d6
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 4464c6a..0e790be 100644
--- a/gtk/gtkwindow.c
+++ b/gtk/gtkwindow.c
@@ -5121,7 +5121,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]