Follow up to bug 307056. Now that we are not trying to edit ldap cards, return the correct error code. r/sr=bienvenu

git-svn-id: svn://10.0.0.236/trunk@180657 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bugzilla%standard8.demon.co.uk 2005-09-20 19:04:21 +00:00
parent cbab4e6a48
commit ebb368056f

View File

@ -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;
}