]> Dogcows Code - chaz/openbox/blobdiff - openbox/actions/desktop.c
show a popup notification when switching desktops (also make all the config options...
[chaz/openbox] / openbox / actions / desktop.c
index d3a0d0c30edeaba16c5387053400328d1b8ca906..75949be2e5fc2d1c40622f07e87a75b676a2a461 100644 (file)
@@ -132,10 +132,8 @@ static gboolean run_func(ObActionsData *data, gpointer options)
         d = o->abs.desktop;
         break;
     case RELATIVE:
-        d = screen_cycle_desktop(o->rel.dir,
-                                 o->rel.wrap,
-                                 o->rel.linear,
-                                 FALSE, TRUE, FALSE);
+        d = screen_find_desktop(screen_desktop,
+                                o->rel.dir, o->rel.wrap, o->rel.linear);
         break;
     }
 
This page took 0.021621 seconds and 4 git commands to generate.