diff --git a/js/ui/windowManager.js b/js/ui/windowManager.js index 7c1ff095c..c642d2c70 100644 --- a/js/ui/windowManager.js +++ b/js/ui/windowManager.js @@ -593,7 +593,7 @@ const WindowManager = new Lang.Class({ switchData.windows.push({ window: window, parent: window.get_parent() }); window.reparent(switchData.inGroup); - window.show_all(); + window.show(); } }