Monotone-Parent: b0de6c606ce6f295a8956a42ed0f0bc3b6e3cca3

Monotone-Revision: 24970ed1a272e80da6d29bce76d7fb4093a1d2a6

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-03-30T20:02:33
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2012-03-30 20:02:33 +00:00
parent 4f148bafc6
commit 07b500412f
3 changed files with 12 additions and 5 deletions

View File

@@ -365,7 +365,7 @@
}
if (value)
{
if ([value length] == 0)
if ([value length] == 0 || [value isEqualToString: @"\\n"])
value = nil;
[vToDo setComment: value];
}