Bug #311560 --> Migration doesn't select any option by default

sr=bienvenu
This commit is contained in:
scott%scott-macgregor.org 2005-10-10 18:53:51 +00:00
Родитель 6d429f11c1
Коммит da91ba0199
2 изменённых файлов: 2 добавлений и 1 удалений

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

@ -68,6 +68,8 @@ var MigrationWizard = {
nothing.hidden = false;
}
this.onImportSourcePageShow();
// Behavior alert! If we were given a migrator already, then we are going to perform migration
// with that migrator, skip the wizard screen where we show all of the migration sources and
// jump right into migration.

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

@ -58,7 +58,6 @@
<wizardpage id="importSource" pageid="importSource" next="selectProfile"
label="&importSource.title;"
onpageshow="MigrationWizard.onImportSourcePageShow();"
onpageadvanced="MigrationWizard.onImportSourcePageAdvanced();">
#ifdef XP_WIN
<description>&importFrom.label;</description>