Organizer email address clickable in event editor

Fixes #2010
This commit is contained in:
Francis Lachapelle
2012-10-09 09:12:39 -04:00
parent 16a1b02826
commit 2be6922633
5 changed files with 17 additions and 14 deletions
+5 -1
View File
@@ -768,7 +768,11 @@ iRANGE(2);
- (NSString *) organizerName
{
return [organizer mailAddress];
NSDictionary *profile;
profile = [[[self organizerProfile] allValues] lastObject];
return [profile objectForKey: @"name"];
}
// - (BOOL) canBeOrganizer