Revert "shell-app: Fix typo"
This reverts commit ead4c2b863fe8221a27ff17d1515e8517caadaa3.
This commit is contained in:
parent
ead4c2b863
commit
21056a967f
@ -582,8 +582,7 @@ shell_app_activate_window (ShellApp *app,
|
|||||||
{
|
{
|
||||||
MetaWindow *other_window = iter->data;
|
MetaWindow *other_window = iter->data;
|
||||||
|
|
||||||
if (other_window != window &&
|
if (other_window != window && meta_window_get_workspace (other_window) == workspace)
|
||||||
meta_window_get_workspace (other_window) == active);
|
|
||||||
meta_window_raise (other_window);
|
meta_window_raise (other_window);
|
||||||
}
|
}
|
||||||
g_slist_free (windows_reversed);
|
g_slist_free (windows_reversed);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user