mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-11 11:25:12 +00:00
Monotone-Parent: 6dec7484ebbfdc7dfd486aa0a64dac77680a6a66
Monotone-Revision: bfd8aebdc5bf06b13f52fd7b6c23ae44f61d22db Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-07-03T14:17:31 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -169,6 +169,8 @@ static BOOL debugObjectAllocation = NO;
|
||||
[NSString stringWithContentsOfFile: descFile]])
|
||||
[self logWithFormat: @"table '%@' successfully created!", tableName];
|
||||
}
|
||||
else
|
||||
[tc cancelFetch];
|
||||
|
||||
[cm releaseChannel: tc];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user