← Back to team overview

compiz team mailing list archive

[Merge] lp:~unity-team/compiz/trunk.help_175874 into lp:~unity-team/compiz/trunk

 

David Barth has proposed merging lp:~unity-team/compiz/trunk.help_175874 into lp:~unity-team/compiz/trunk.

Requested reviews:
  compiz packagers (compiz)

For more details, see:
https://code.launchpad.net/~unity-team/compiz/trunk.help_175874/+merge/55222

Helps with the weird ordering issues in alt-tab, but isn't a real fix.
-- 
https://code.launchpad.net/~unity-team/compiz/trunk.help_175874/+merge/55222
Your team compiz packagers is requested to review the proposed merge of lp:~unity-team/compiz/trunk.help_175874 into lp:~unity-team/compiz/trunk.
=== modified file 'plugins/scale/src/scale.cpp'
--- plugins/scale/src/scale.cpp	2011-03-14 16:12:45 +0000
+++ plugins/scale/src/scale.cpp	2011-03-28 19:55:10 +0000
@@ -1483,7 +1483,7 @@
 		bool       focus = false;
 		CompOption *o = screen->getOption ("click_to_focus");
 
-		if (o && o->value ().b ())
+		if (o && !o->value ().b ())
 		    focus = true;
 
 		selectWindowAt (event->xmotion.x_root,


Follow ups