mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-09 05:14:24 +00:00
Bug 166187 - fix /hide problem
chatzilla only r=rginda
This commit is contained in:
parent
407b42b4bb
commit
9c182d30f7
@ -1691,7 +1691,7 @@ function setCurrentObject (obj)
|
||||
}
|
||||
|
||||
client.currentObject = obj;
|
||||
tb = getTabForObject(obj);
|
||||
tb = getTabForObject(obj, true);
|
||||
if (tb)
|
||||
{
|
||||
tb.selected = true;
|
||||
|
Loading…
Reference in New Issue
Block a user