Monotone-Parent: 8c71c2f6c15c42ccc96502db7a2872d682131749

Monotone-Revision: 9d2034c400246e39f2d7a801f52ee4971e5b431a

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2007-09-21T14:22:27
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2007-09-21 14:22:27 +00:00
parent e3f661afec
commit 05f79daf43
7 changed files with 24 additions and 4 deletions

View File

@@ -423,6 +423,9 @@ static BOOL uixDebugEnabled = NO;
- (NSString *) shortUserNameForDisplay
{
if ([context activeUser] == nil)
return @"wrongusernamepassword";
return [[context activeUser] login];
}