change a MOZ_PHOENIX ifdef to a MOZ_XUL_APP ifdef because we don't want thunderbird migrating 4.x profiles

either.
This commit is contained in:
mscott%netscape.com 2003-04-26 00:50:11 +00:00
Родитель b4f565ed8b
Коммит b7ed07c243
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -886,7 +886,7 @@ nsProfile::ProcessArgs(nsICmdLineService *cmdLineArgs,
NS_ASSERTION(NS_SUCCEEDED(rv),"failed to determine if we should force migration");
}
#ifndef MOZ_PHOENIX // The phoenix doesn't use old profiles.
#ifndef MOZ_XUL_APP // The phoenix/thunderbird doesn't use old profiles.
// Start Migaration activity
rv = cmdLineArgs->GetCmdLineValue(INSTALLER_CMD_LINE_ARG, getter_Copies(cmdResult));
@ -928,7 +928,7 @@ nsProfile::ProcessArgs(nsICmdLineService *cmdLineArgs,
}
}
#endif // MOZ_PHOENIX
#endif // MOZ_XUL_APP
#ifdef DEBUG_profile_verbose
printf("Profile Manager : Command Line Options : End\n");