From: Dana Jansens Date: Mon, 7 May 2007 03:21:44 +0000 (+0000) Subject: fix a comment X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=0f018ecea0a14bb527a3b661ca4b69d5b1aebb4f;p=chaz%2Fopenbox fix a comment --- 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;