Bug 166187 - fix /hide problem

chatzilla only
r=rginda
This commit is contained in:
samuel%sieb.net 2003-01-10 06:37:48 +00:00
parent 407b42b4bb
commit 9c182d30f7

View File

@ -1691,7 +1691,7 @@ function setCurrentObject (obj)
}
client.currentObject = obj;
tb = getTabForObject(obj);
tb = getTabForObject(obj, true);
if (tb)
{
tb.selected = true;