[gnome-shell] Revert "shell-app: Fix typo"
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] Revert "shell-app: Fix typo"
- Date: Fri, 30 Jan 2015 17:02:14 +0000 (UTC)
commit 21056a967f7d36220e771573f486899fe1e3cc0b
Author: Florian Müllner <fmuellner gnome org>
Date: Fri Jan 30 18:01:57 2015 +0100
Revert "shell-app: Fix typo"
This reverts commit ead4c2b863fe8221a27ff17d1515e8517caadaa3.
src/shell-app.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/src/shell-app.c b/src/shell-app.c
index 9a688ef..60be100 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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]