Bug 315609: Display something other than a blank window when no extensions are installed. r=robstrong, a=beltzner

This commit is contained in:
dtownsend@oxymoronical.com 2008-03-06 17:54:48 -08:00
Родитель ceb80b358d
Коммит 662448637b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1127,7 +1127,7 @@ function Startup()
!document.getElementById(viewGroup.getAttribute("last-selected") + "-view").hidden)
showView(viewGroup.getAttribute("last-selected"));
else
showView("extensions");
showView("search");
if (gExtensionsView.selectedItem)
gExtensionsView.scrollBoxObject.scrollToElement(gExtensionsView.selectedItem);