summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-05-07 03:21:44 +0000
committerDana Jansens <danakj@orodu.net>2007-05-07 03:21:44 +0000
commit0f018ecea0a14bb527a3b661ca4b69d5b1aebb4f (patch)
treecc8ecb1dbf16ad2e0870536c2668b3b22dc1ab04
parent13df16a6815594821e94b9764d152ecc293bc71c (diff)
fix a comment
-rw-r--r--openbox/screen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/screen.c b/openbox/screen.c
index b0c3286a..3aa1230f 100644
--- a/openbox/screen.c
+++ b/openbox/screen.c
@@ -480,7 +480,7 @@ void screen_set_desktop(guint num, gboolean dofocus)
/* show windows before hiding the rest to lessen the enter/leave events */
- /* show/hide windows from top to bottom */
+ /* show windows from top to bottom */
for (it = stacking_list; it; it = g_list_next(it)) {
if (WINDOW_IS_CLIENT(it->data)) {
ObClient *c = it->data;