Monotone-Parent: 760d573fee6952b29d9ca4af9a156792105a962b

Monotone-Revision: eeae79c5816e9c12b07d69ba81d361d553859728

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2009-10-23T21:12:56
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2009-10-23 21:12:56 +00:00
parent 5b53a774b4
commit 004ea35949
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -3,7 +3,6 @@
* SoObjects/Contacts/SOGoContactSourceFolder.m
(-initWithName:andDisplayName:inContainer:): use the source name
when the displayname is nil.
(-dealloc): we release the display name to avoid a leak.
* SoObjects/SOGo/SOGoUserManager.m (_registerSource:): added
sanity checks and warnings to the user.
@@ -136,7 +136,6 @@
{
[entries release];
[source release];
[displayName release];
[super dealloc];
}