зеркало из https://github.com/mozilla/pjs.git
Follow up to bug 307056. Now that we are not trying to edit ldap cards, return the correct error code. r/sr=bienvenu
This commit is contained in:
Родитель
fb7b0fdf6e
Коммит
98d4ad466c
|
@ -48,10 +48,7 @@ nsAbLDAPCard::~nsAbLDAPCard()
|
|||
|
||||
NS_IMETHODIMP nsAbLDAPCard::EditCardToDatabase(const char *aURI)
|
||||
{
|
||||
// do nothing, you can't edit LDAP cards.
|
||||
// XXX we shouldn't be getting here, but we are because
|
||||
// the UI doesn't disable in this case. fix this later.
|
||||
return NS_OK;
|
||||
return NS_ERROR_NOT_IMPLEMENTED;
|
||||
}
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче