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:
c4ec27c
)
reset first to TRUE properly when the desktop popup is off
author
Dana Jansens
<danakj@orodu.net>
Wed, 20 Aug 2003 04:47:01 +0000
(
04:47
+0000)
committer
Dana Jansens
<danakj@orodu.net>
Wed, 20 Aug 2003 04:47:01 +0000
(
04:47
+0000)
openbox/screen.c
patch
|
blob
|
history
diff --git
a/openbox/screen.c
b/openbox/screen.c
index 8835c1b212b9ee83ad194b339c03a39987cbc17e..852e57fc14a3011eeb2c3ceb503b9739fe46f580 100644
(file)
--- 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;