Monotone-Parent: 4996dd3cf01c2faa951ae04e44de3eb31194a326

Monotone-Revision: c4473b091bb6071df34b94e1635826d6452d949b

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2008-08-25T20:52:48
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2008-08-25 20:52:48 +00:00
parent 493bfd9594
commit fd0d28191e
3 changed files with 5 additions and 14 deletions
+1 -1
View File
@@ -197,7 +197,7 @@
if ([otherName isEqualToString: @"personal"])
comparison = NSOrderedDescending;
else
comparison = [selfName compare: otherName];
comparison = NSOrderedSame;
}
return comparison;