mirror of
https://github.com/Kopano-dev/kopano-ol-extension.git
synced 2023-10-10 13:37:40 +02:00
Fixed exception when creating new local store
This commit is contained in:
parent
b3ac1bd6b0
commit
bcd743a4c4
@ -91,7 +91,7 @@ namespace Acacia.ZPush
|
||||
Logger.Instance.Debug(typeof(ZPushLocalStore), "Created new store: {0}", store.FilePath);
|
||||
|
||||
// Set the display name
|
||||
using (IFolder root = Mapping.Wrap<IFolder>(store.GetRootFolder()))
|
||||
using (IFolder root = store.GetRootFolder())
|
||||
{
|
||||
root.Name = Properties.Resources.LocalStore_DisplayName;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user