]> Dogcows Code - chaz/openbox/commitdiff
fix a comment
authorDana Jansens <danakj@orodu.net>
Mon, 7 May 2007 03:21:44 +0000 (03:21 +0000)
committerDana Jansens <danakj@orodu.net>
Mon, 7 May 2007 03:21:44 +0000 (03:21 +0000)
openbox/screen.c

index b0c3286a2d7815fbc90b14ed738d3e4ce772224f..3aa1230f8b1cb9869d8bbbcedd713a45b3c49e22 100644 (file)
@@ -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;
This page took 0.025933 seconds and 4 git commands to generate.