Monotone-Parent: fc7652ed896945e9e9171d1081661b72921d2cb6

Monotone-Revision: 1386ff575a581ce153a4d70c50dc0bed29d339ed

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-03-31T20:11:30
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2010-03-31 20:11:30 +00:00
parent 070973b0ba
commit d59da9c70e
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2010-03-31 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* Tools/sogo-tool.m (-run): return a proper return code rather
than "NO".
2010-03-31 Francis Lachapelle <flachapelle@inverse.ca>
* SoObjects/Mailer/SOGoDraftObject.m (+initialize): updated the

View File

@ -209,7 +209,7 @@
rc = NO;
}
return NO;
return rc;
}
@end