зеркало из https://github.com/mozilla/pjs.git
Backout part of previous checkin for bug 404264 that shouldn't have been checked in
This commit is contained in:
Родитель
89e3bd894a
Коммит
0102383ea9
|
@ -489,10 +489,6 @@ NS_IMETHODIMP nsAbMDBDirectory::GetChildCards(nsISimpleEnumerator* *result)
|
|||
|
||||
nsresult rv = GetAbDatabase();
|
||||
|
||||
// No file, so can't have any cards, so just return an empty enumerator.
|
||||
if (rv == NS_ERROR_FILE_NOT_FOUND)
|
||||
return NS_NewArrayEnumerator(result, (nsIArray*)nsnull);
|
||||
|
||||
if (NS_SUCCEEDED(rv) && mDatabase)
|
||||
{
|
||||
if (mIsMailingList == 0)
|
||||
|
|
Загрузка…
Ссылка в новой задаче