fix a comment

This commit is contained in:
Dana Jansens 2007-05-07 03:21:44 +00:00
parent 13df16a681
commit 0f018ecea0

View 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;