Initialize tags to nil so we avoid potential misbehaviors.

Monotone-Parent: a62454d2734ee40074efa8872c2a7dfef7bf59fc
Monotone-Revision: 3e7ac334a4ea19aa4ec2dcbc525628005ca75fb7

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2009-09-07T17:47:30
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Ludovic Marcotte 2009-09-07 17:47:30 +00:00
parent d8be5f7ddb
commit cb888a11ff
1 changed files with 2 additions and 0 deletions

View File

@ -109,6 +109,8 @@
settings = [[context activeUser] userSettings];
calendarSettings = [settings objectForKey: @"Calendar"];
tags = nil;
if (calendarSettings)
{
syncTags = [calendarSettings objectForKey: @"FolderSyncTags"];