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:
f6aaaed
)
one more..
author
Dana Jansens
<danakj@orodu.net>
Wed, 6 Jun 2007 16:08:21 +0000
(16:08 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Wed, 6 Jun 2007 16:08:21 +0000
(16:08 +0000)
openbox/client.c
patch
|
blob
|
history
diff --git
a/openbox/client.c
b/openbox/client.c
index 659fd704705fb6b1196712fa88a28e2455883958..bb3b53b29d93faf8d2c96838e77d940ec3a13b08 100644
(file)
--- a/
openbox/client.c
+++ b/
openbox/client.c
@@
-2404,7
+2404,7
@@
ObClient *client_search_focus_group_full(ObClient *self)
if ((c = client_search_focus_tree(it->data))) return c;
}
} else
- if (client_focused(
c)) return c
;
+ if (client_focused(
self)) return self
;
return NULL;
}