14 lines
640 B
Diff
14 lines
640 B
Diff
Index: plugins/exchange-operations/exchange-folder-subscription.c
|
|
===================================================================
|
|
--- plugins/exchange-operations/exchange-folder-subscription.c (revision 34144)
|
|
+++ plugins/exchange-operations/exchange-folder-subscription.c (working copy)
|
|
@@ -281,7 +281,7 @@
|
|
|
|
g_object_unref (folder);
|
|
path = g_strdup_printf ("/%s", user_email_address);
|
|
- exchange_account_open_folder (subscription_info->account, g_strdup_printf ("/%s", path));
|
|
+ exchange_account_open_folder (subscription_info->account, path);
|
|
g_free (path);
|
|
g_free (user_email_address);
|
|
gtk_widget_destroy (dialog);
|