зеркало из https://github.com/mozilla/gecko-dev.git
Bustage fix for bug 361326.
This commit is contained in:
Родитель
7376f641d7
Коммит
dbd2c0d5d1
|
@ -108,6 +108,10 @@ nsAbOutlookDirectory::~nsAbOutlookDirectory(void)
|
|||
NS_IMPL_ISUPPORTS_INHERITED3(nsAbOutlookDirectory, nsAbDirectoryRDFResource,
|
||||
nsIAbDirectory, nsIAbDirectoryQuery, nsIAbDirectorySearch)
|
||||
|
||||
// XXX Bustage fix from bug 361326 this should be defined in a central
|
||||
// location which I'll follow up with.
|
||||
const int kOutlookDirSchemeLength = 21;
|
||||
|
||||
// nsIRDFResource method
|
||||
NS_IMETHODIMP nsAbOutlookDirectory::Init(const char *aUri)
|
||||
{
|
||||
|
@ -200,7 +204,7 @@ NS_IMETHODIMP nsAbOutlookDirectory::Init(const char *aUri)
|
|||
return NS_ERROR_FAILURE;
|
||||
}
|
||||
|
||||
prefix.AssignLiteral(mAbWinType == nsAbWinType_Outlook ? "OP ", "OE ");
|
||||
prefix.AssignLiteral(mAbWinType == nsAbWinType_Outlook ? "OP " : "OE ");
|
||||
prefix.Append(unichars);
|
||||
SetDirName(prefix.get());
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче