mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 08:34:30 +00:00
Fix selection of calendar in event/task editors
Fixes #3049 Fixes #3050
This commit is contained in:
@@ -1428,7 +1428,8 @@ iRANGE(2);
|
||||
|
||||
- (void) setComponentCalendar: (SOGoAppointmentFolder *) _componentCalendar
|
||||
{
|
||||
ASSIGN(componentCalendar, _componentCalendar);
|
||||
if (_componentCalendar)
|
||||
ASSIGN(componentCalendar, _componentCalendar);
|
||||
}
|
||||
|
||||
/* priorities */
|
||||
|
||||
Reference in New Issue
Block a user