diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-08-03 20:40:13 -0400 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-08-03 20:40:13 -0400 |
| commit | 3b4b52921adba74472904b37ec13d9c8d8686a10 (patch) | |
| tree | ed7690ff11bb1e70562d14f885e9f3cd7ff5ede5 /openbox/actions/desktop.c | |
| parent | 1ed9988132cb57a94508e20bd50b98b673d576a3 (diff) | |
show a popup notification when switching desktops (also make all the config options export time in milliseconds not half milli half micro)
Diffstat (limited to 'openbox/actions/desktop.c')
| -rw-r--r-- | openbox/actions/desktop.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/openbox/actions/desktop.c b/openbox/actions/desktop.c index d3a0d0c3..75949be2 100644 --- a/openbox/actions/desktop.c +++ b/openbox/actions/desktop.c @@ -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; } |
