Monotone-Parent: f09166c5b5e0bf596307ef52de183cd6eabbf420

Monotone-Revision: 49f93d7885e48cc9020c68ab92841b946e9ed227

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-11-26T14:41:34
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-11-26 14:41:34 +00:00
parent d08b4e8ab6
commit 6404502eab
2 changed files with 4 additions and 2 deletions

View File

@@ -476,7 +476,8 @@
- (NSString *) versitString
{
[self setVersion: @"3.0"];
return [self versitString];
return [super versitString];
}
/* description */

View File

@@ -203,7 +203,8 @@
- (NSString *) versitString
{
[self setVersion: @"2.0"];
return [self versitString];
return [super versitString];
}
/* ical typing */