зеркало из https://github.com/mozilla/gecko-dev.git
Fix warnings 'n stuff. bug=60627, patch=mao, r=jag, sr=sspitzer
This commit is contained in:
Родитель
1097880c59
Коммит
64e4e828f4
|
@ -165,11 +165,13 @@ function AbEditCard()
|
|||
card = card.QueryInterface(Components.interfaces.nsIAbCard);
|
||||
if (card.isMailList) {
|
||||
var dirUri = dirTree.selectedItems[0].getAttribute("id");
|
||||
listUri = dirUri + "/MailList" + card.dbRowID;
|
||||
var listUri = dirUri + "/MailList" + card.dbRowID;
|
||||
goEditListDialog(resultsTree.getAttribute("ref"), listUri);
|
||||
}
|
||||
else
|
||||
goEditCardDialog(resultsTree.getAttribute("ref"), card, top.gUpdateCardView);
|
||||
else {
|
||||
var updateFunc = ("gUpdateCardView" in top) ? top.gUpdateCardView : null;
|
||||
goEditCardDialog(resultsTree.getAttribute("ref"), card, updateFunc);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче