diff options
author | Srinivasa Ragavan <sragavan@novell.com> | 2008-02-18 12:40:46 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2008-02-18 12:40:46 +0800 |
commit | 0cde8c84a17d3b39a7334cfbf98bda53aa661321 (patch) | |
tree | ef2416a50c6833083b5662f30ff863ef3fc72c16 /plugins/exchange-operations/exchange-folder-subscription.c | |
parent | a125cc2ec9a939831e568f7d8b95f0c900b88db3 (diff) | |
download | gsoc2013-evolution-0cde8c84a17d3b39a7334cfbf98bda53aa661321.tar.gz gsoc2013-evolution-0cde8c84a17d3b39a7334cfbf98bda53aa661321.tar.zst gsoc2013-evolution-0cde8c84a17d3b39a7334cfbf98bda53aa661321.zip |
** Fix for bug #294999
2008-02-18 Srinivasa Ragavan <sragavan@novell.com>
** Fix for bug #294999
* exchange-folder-subscription.c: (subscribe_to_folder): Upstreamed
OpenSUSE patch.
svn path=/trunk/; revision=35040
Diffstat (limited to 'plugins/exchange-operations/exchange-folder-subscription.c')
-rw-r--r-- | plugins/exchange-operations/exchange-folder-subscription.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/exchange-operations/exchange-folder-subscription.c b/plugins/exchange-operations/exchange-folder-subscription.c index 0de3f87a46..257b2d8ffc 100644 --- a/plugins/exchange-operations/exchange-folder-subscription.c +++ b/plugins/exchange-operations/exchange-folder-subscription.c @@ -282,7 +282,7 @@ subscribe_to_folder (GtkWidget *dialog, gint response, gpointer data) 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); |