aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@novell.com>2008-02-18 12:40:46 +0800
committerSrinivasa Ragavan <sragavan@src.gnome.org>2008-02-18 12:40:46 +0800
commit0cde8c84a17d3b39a7334cfbf98bda53aa661321 (patch)
treeef2416a50c6833083b5662f30ff863ef3fc72c16 /plugins
parenta125cc2ec9a939831e568f7d8b95f0c900b88db3 (diff)
downloadgsoc2013-evolution-0cde8c84a17d3b39a7334cfbf98bda53aa661321.tar
gsoc2013-evolution-0cde8c84a17d3b39a7334cfbf98bda53aa661321.tar.gz
gsoc2013-evolution-0cde8c84a17d3b39a7334cfbf98bda53aa661321.tar.bz2
gsoc2013-evolution-0cde8c84a17d3b39a7334cfbf98bda53aa661321.tar.lz
gsoc2013-evolution-0cde8c84a17d3b39a7334cfbf98bda53aa661321.tar.xz
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')
-rw-r--r--plugins/exchange-operations/ChangeLog7
-rw-r--r--plugins/exchange-operations/exchange-folder-subscription.c2
2 files changed, 8 insertions, 1 deletions
diff --git a/plugins/exchange-operations/ChangeLog b/plugins/exchange-operations/ChangeLog
index 62325054d9..012dc779b9 100644
--- a/plugins/exchange-operations/ChangeLog
+++ b/plugins/exchange-operations/ChangeLog
@@ -1,5 +1,12 @@
2008-02-18 Srinivasa Ragavan <sragavan@novell.com>
+ ** Fix for bug #294999
+
+ * exchange-folder-subscription.c: (subscribe_to_folder): Upstreamed
+ OpenSUSE patch.
+
+2008-02-18 Srinivasa Ragavan <sragavan@novell.com>
+
** Patch from OpenSUSE.
* exchange-delegates-user.c: Warnings.
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);