mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 16:35:10 +00:00
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:
@@ -197,7 +197,7 @@
|
||||
if ([otherName isEqualToString: @"personal"])
|
||||
comparison = NSOrderedDescending;
|
||||
else
|
||||
comparison = [selfName compare: otherName];
|
||||
comparison = NSOrderedSame;
|
||||
}
|
||||
|
||||
return comparison;
|
||||
|
||||
Reference in New Issue
Block a user