diff options
Diffstat (limited to 'src/core/workspace.c')
-rw-r--r-- | src/core/workspace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/workspace.c b/src/core/workspace.c index 04ba575b..e2960a41 100644 --- a/src/core/workspace.c +++ b/src/core/workspace.c @@ -388,7 +388,7 @@ meta_workspace_activate_with_focus (MetaWorkspace *workspace, /* Note that old can be NULL; e.g. when starting up */ old = workspace->screen->active_workspace; - + /* Save old workspace, to be able to switch back. */ workspace->screen->prev_workspace = old; |