]> Dogcows Code - chaz/openbox/blobdiff - openbox/screen.c
small bugfix to the directional focus code.
[chaz/openbox] / openbox / screen.c
index 6c9042a99edb1b3b51d10a6cbb5ecbea60b9c95d..334e1226fdd19bd829e7fb33a142f71b651f5f8f 100644 (file)
@@ -625,7 +625,6 @@ guint screen_cycle_desktop(ObDirection dir, gboolean wrap, gboolean linear,
     get_row_col(d, &r, &c);
 
     if (lin) {
-        g_message("linear %d", d);
         switch (dir) {
         case OB_DIRECTION_EAST:
             if (d < screen_num_desktops - 1)
@@ -643,7 +642,6 @@ guint screen_cycle_desktop(ObDirection dir, gboolean wrap, gboolean linear,
             assert(0);
             return screen_desktop;
         }
-        g_message("linear %d done", d);
     } else {
         switch (dir) {
         case OB_DIRECTION_EAST:
This page took 0.028202 seconds and 4 git commands to generate.