From 21056a967f7d36220e771573f486899fe1e3cc0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Fri, 30 Jan 2015 18:01:57 +0100 Subject: [PATCH] Revert "shell-app: Fix typo" This reverts commit ead4c2b863fe8221a27ff17d1515e8517caadaa3. --- src/shell-app.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/shell-app.c b/src/shell-app.c index 9a688ef7a..60be10042 100644 --- a/src/shell-app.c +++ b/src/shell-app.c @@ -582,8 +582,7 @@ shell_app_activate_window (ShellApp *app, { MetaWindow *other_window = iter->data; - if (other_window != window && - meta_window_get_workspace (other_window) == active); + if (other_window != window && meta_window_get_workspace (other_window) == workspace) meta_window_raise (other_window); } g_slist_free (windows_reversed);