Monotone-Parent: 6dec7484ebbfdc7dfd486aa0a64dac77680a6a66

Monotone-Revision: bfd8aebdc5bf06b13f52fd7b6c23ae44f61d22db

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-07-03T14:17:31
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2007-07-03 14:17:31 +00:00
parent 33feb0ad55
commit 91e82180ad
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,10 @@
2007-07-03 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* Main/SOGo.m ([SOGo
-_checkTableWithCM:cmtableURL:urlandType:tableType]): empty the
result set if the query has caused no exception. Otherwise we get
an "evaluation is in progress exception".
2007-06-29 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* SoObjects/SOGo/AgenorUserDefaults.m ([AgenorUserDefaults

View File

@ -169,6 +169,8 @@ static BOOL debugObjectAllocation = NO;
[NSString stringWithContentsOfFile: descFile]])
[self logWithFormat: @"table '%@' successfully created!", tableName];
}
else
[tc cancelFetch];
[cm releaseChannel: tc];