Fix selection of calendar in event/task editors

Fixes #3049
Fixes #3050
This commit is contained in:
Francis Lachapelle
2015-01-06 13:59:20 -05:00
parent 24c6c8c91d
commit dd6dd7251c
3 changed files with 4 additions and 1 deletions
+2 -1
View File
@@ -1428,7 +1428,8 @@ iRANGE(2);
- (void) setComponentCalendar: (SOGoAppointmentFolder *) _componentCalendar
{
ASSIGN(componentCalendar, _componentCalendar);
if (_componentCalendar)
ASSIGN(componentCalendar, _componentCalendar);
}
/* priorities */