mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-27 15:55:16 +00:00
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:
parent
6ccd8581bf
commit
298ae29b93
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user