diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-05 02:48:39 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-05 02:48:39 +0000 |
| commit | fde5ca09e9ea7ab08b6dc06723f19bad6d03af22 (patch) | |
| tree | 58e8a107b0a60d7fb87a05afe8f72a451194afdf /openbox/client.c | |
| parent | 9389c7e6c80edc216173981a69eda525d6111547 (diff) | |
when restoring from show-desktop mode because a window is going to be focused, then don't restore focus how it was before showing the desktop.
Diffstat (limited to 'openbox/client.c')
| -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 c0323c26..3ebcc69a 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -3261,7 +3261,7 @@ void client_activate(ObClient *self, gboolean here, gboolean user) event_halt_focus_delay(); if (client_normal(self) && screen_showing_desktop) - screen_show_desktop(FALSE); + screen_show_desktop(FALSE, FALSE); if (self->iconic) client_iconify(self, FALSE, here); if (self->desktop != DESKTOP_ALL && |
