projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c234ed9
)
spurious ;
author
Mikael Magnusson
<mikachu@comhem.se>
Mon, 21 Aug 2006 20:41:49 +0000
(20:41 +0000)
committer
Mikael Magnusson
<mikachu@comhem.se>
Mon, 21 Aug 2006 20:41:49 +0000
(20:41 +0000)
openbox/place.c
patch
|
blob
|
history
diff --git
a/openbox/place.c
b/openbox/place.c
index a76086e01ffea8341b65be6e5e56d846f0a53834..1a528ce825081abcd97ec95dc8a5a02449c95f0c 100644
(file)
--- a/
openbox/place.c
+++ b/
openbox/place.c
@@
-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) ?