Bug 631932 - Respect global taskbar tab preview pref when exiting Panorama. r=Dao, a=blocking.

This commit is contained in:
Jim Mathies 2011-02-07 09:45:49 -06:00
parent fe657e2697
commit 16d1578941

View File

@ -564,6 +564,8 @@ TabWindow.prototype = {
this.enabled = false;
break;
case "tabviewhidden":
if (!AeroPeek._prefenabled)
return;
this.enabled = true;
break;
}