diff options
Diffstat (limited to 'plugins/exchange-operations/exchange-folder.c')
-rw-r--r-- | plugins/exchange-operations/exchange-folder.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/exchange-operations/exchange-folder.c b/plugins/exchange-operations/exchange-folder.c index db2dc0e475..879e4ded28 100644 --- a/plugins/exchange-operations/exchange-folder.c +++ b/plugins/exchange-operations/exchange-folder.c @@ -159,7 +159,7 @@ ex_create_folder_info (CamelStore *store, char *name, char *uri, if (!path) return NULL; - info = g_new0 (CamelFolderInfo, 1); + info = camel_folder_info_new (); info->name = name; info->uri = uri; info->full_name = g_strdup (path + 1); |