зеркало из https://github.com/mozilla/gecko-dev.git
Bug 265573 - Lets try to remove all traces of the client view when hiding it.
r=rginda a=asa p=gijskruitbosch@gmail.com (Gijs "Hannibal" Kruitbosch)
This commit is contained in:
Родитель
23f752a31a
Коммит
778d1ba7ba
|
@ -607,10 +607,7 @@ function processStartupURLs()
|
|||
|
||||
if (client.viewsArray.length > 1 && !isStartupURL("irc://"))
|
||||
{
|
||||
var tb = getTabForObject(client);
|
||||
deleteTab(tb);
|
||||
client.deck.removeChild(client.frame);
|
||||
client.deck.selectedIndex = 0;
|
||||
dispatch("delete-view", {view: client});
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче