diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-08-20 04:47:01 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-08-20 04:47:01 +0000 |
| commit | 0844866bbd05ea6673f64f23f729d9a43fe041b8 (patch) | |
| tree | 270ba133e53e77b7c6af49df3c77efefe4d5341e /openbox/screen.c | |
| parent | c4ec27c27534d19543324765330db65596791e26 (diff) | |
reset first to TRUE properly when the desktop popup is off
Diffstat (limited to 'openbox/screen.c')
| -rw-r--r-- | openbox/screen.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/openbox/screen.c b/openbox/screen.c index 8835c1b2..852e57fc 100644 --- a/openbox/screen.c +++ b/openbox/screen.c @@ -700,9 +700,10 @@ guint screen_cycle_desktop(ObDirection dir, gboolean wrap, gboolean linear, d = translate_row_col(r, c); } - if (config_desktop_popup) + if (config_desktop_popup) { popup_cycle(d, TRUE); - return d; + return d; + } done_cycle: first = TRUE; |
