windowswitcher: call activate if we only got one window on that window

This commit is contained in:
Tom Beckmann 2013-03-19 20:55:12 +01:00
parent 90c133e718
commit 2a9fa6e7c5

View File

@ -348,6 +348,8 @@ namespace Gala
if (actor.is_in_clone_paint ())
return;
win.activate (display.get_current_time ());
if (win.minimized)
win.unminimize ();