fix oops
This commit is contained in:
committed by
Cody Russell
parent
d4c721a9e1
commit
aa0f5fb87d
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user