Monotone-Parent: d23a6bb43fc70fa7f45420eb293780b9dcfbd02c

Monotone-Revision: d067eec2c3a6e9f8ecea3e4d6824f17f41a4af7a

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-04-09T19:29:54
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2010-04-09 19:29:54 +00:00
parent 0fc3588ff3
commit f7043478c7
2 changed files with 7 additions and 0 deletions

View File

@ -1,5 +1,7 @@
2010-04-09 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* SoObjects/SOGo/SOGoObject.m (-labelForKey:): restored method.
* SoObjects/Appointments/SOGoAptMailUpdate.m,
SoObjects/Appointments/SOGoAptMailInvitation.m,
SoObjects/Appointments/SOGoAptMailICalReply.m,

View File

@ -1423,4 +1423,9 @@
return exception;
}
- (NSString *) labelForKey: (NSString *) key
{
return [self labelForKey: key inContext: context];
}
@end /* SOGoObject */