spurious ;
This commit is contained in:
parent
c234ed9ecd
commit
b528c68121
1 changed files with 1 additions and 1 deletions
|
@ -419,7 +419,7 @@ gboolean place_client(ObClient *client, gint *x, gint *y, ObAppSettings *setting
|
|||
if (client->positioned)
|
||||
return FALSE;
|
||||
if (place_transient(client, x, y))
|
||||
ret = TRUE;;
|
||||
ret = TRUE;
|
||||
else if (!(
|
||||
place_per_app_setting(client, x, y, settings) ||
|
||||
((config_place_policy == OB_PLACE_POLICY_MOUSE) ?
|
||||
|
|
Loading…
Reference in a new issue