mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-04 01:49:44 +00:00
Monotone-Parent: efb4cad1d07472e5ed5121c7bb6c6545f37d2f0e
Monotone-Revision: e36d8d24bc74c3d965cac3d3370bd3d5681f3ffc Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-09-01T20:53:50 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
2010-09-01 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* Tests/Unit/SOGoTest.m (-run): fixed build on GNUstep >= 1.20.
|
||||
|
||||
* UI/MailerUI/UIxMailView.m (-sendMDNAction): new action for
|
||||
sending an MDN from the confirmation dialog.
|
||||
|
||||
|
||||
@@ -164,7 +164,12 @@ static NSString *SOGoTestAssertException = @"SOGoTestAssertException";
|
||||
int count, max;
|
||||
SEL testMethod;
|
||||
|
||||
#if ((GNUSTEP_BASE_MAJOR_VERSION > 1) \
|
||||
|| ((GNUSTEP_BASE_MAJOR_VERSION == 1) && (GNUSTEP_BASE_MINOR_VERSION >= 20)))
|
||||
methods = GSObjCMethodNames (self, NO);
|
||||
#else
|
||||
methods = GSObjCMethodNames (self);
|
||||
#endif
|
||||
max = [methods count];
|
||||
for (count = 0; count < max; count++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user