replace do_GetAtom with MsgGetAtom, r=neil, fix merge conflict resolution screwup in bug 402392

This commit is contained in:
David Bienvenu 2011-12-27 08:49:30 -08:00
Родитель a302b4f3b3
Коммит c20c910ee7
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -986,7 +986,7 @@ NS_IMETHODIMP nsMsgLocalMailFolder::Rename(const nsAString& aNewName, nsIMsgWind
parentFolder->NotifyItemAdded(newFolder);
}
SetFilePath(nsnull); // forget our path, since this folder object renamed itself
nsCOMPtr<nsIAtom> folderRenameAtom = do_GetAtom("RenameCompleted");
nsCOMPtr<nsIAtom> folderRenameAtom = MsgGetAtom("RenameCompleted");
newFolder->NotifyFolderEvent(folderRenameAtom);
nsCOMPtr<nsIMsgFolderNotificationService> notifier(do_GetService(NS_MSGNOTIFICATIONSERVICE_CONTRACTID));