mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-11 14:35:28 +00:00
(fix) fixed Apple Calendar creation (fixes #4813)
This commit is contained in:
@@ -86,7 +86,7 @@
|
||||
NS_DURING
|
||||
{
|
||||
o = [params objectForKey: @"name"];
|
||||
if ([o isKindOfClass: [NSString class]] && ![o isEqualToString: [calendar displayName]])
|
||||
if ([o isKindOfClass: [NSString class]])
|
||||
[calendar renameTo: o];
|
||||
|
||||
o = [params objectForKey: @"color"];
|
||||
|
||||
Reference in New Issue
Block a user