Monotone-Parent: d013c8f17cb13deb4e971f4a82fa08a794b168d9

Monotone-Revision: 13bf02c065b8f6c0e1cc1e382533bc33d3d595dc

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-01-06T00:20:10
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2010-01-06 00:20:10 +00:00
parent fd160c3dba
commit 93dc70985e
1 changed files with 1 additions and 1 deletions

View File

@ -245,9 +245,9 @@
valueString = nil;
keyName = [NSString stringWithFormat: @"%@+%@", theLogin, theType];
if (handle)
{
keyName = [NSString stringWithFormat: @"%@+%@", theLogin, theType];
valueString = [localCache objectForKey: keyName];
if (!valueString)
{