This commit is contained in:
Cody Russell
2009-07-08 14:20:32 +01:00
committed by Cody Russell
parent d4c721a9e1
commit aa0f5fb87d

View File

@@ -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