replace do_GetAtom with MsgGetAtom, r=neil, fix merge conflict resolution screwup in bug 402392
This commit is contained in:
Родитель
a302b4f3b3
Коммит
c20c910ee7
|
@ -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));
|
||||
|
|
Загрузка…
Ссылка в новой задаче