diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-04-05 21:49:55 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-04-05 21:49:55 +0000 |
| commit | 377884612261ab586cec36330a35d2a54334015a (patch) | |
| tree | eee5ba43a1f2b1d1931022c26dfe5af38f1380c2 /openbox | |
| parent | 3d0ba381dba5a421e8bb91e29f08412048a8427c (diff) | |
typo
Diffstat (limited to 'openbox')
| -rw-r--r-- | openbox/client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/client.c b/openbox/client.c index dbeb658b..36ca352c 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -1984,7 +1984,7 @@ gboolean client_focus(Client *self) void client_unfocus(Client *self) { g_assert(focus_client == self); - focus_fallbacK(FALSE); + focus_fallback(FALSE); } gboolean client_focused(Client *self) |
