evolution r35040 - trunk/plugins/exchange-operations



Author: sragavan
Date: Mon Feb 18 04:40:46 2008
New Revision: 35040
URL: http://svn.gnome.org/viewvc/evolution?rev=35040&view=rev

Log:
2008-02-18  Srinivasa Ragavan  <sragavan novell com>

	** Fix for bug #294999

	* exchange-folder-subscription.c: (subscribe_to_folder): Upstreamed
	OpenSUSE patch.


Modified:
   trunk/plugins/exchange-operations/ChangeLog
   trunk/plugins/exchange-operations/exchange-folder-subscription.c

Modified: trunk/plugins/exchange-operations/exchange-folder-subscription.c
==============================================================================
--- trunk/plugins/exchange-operations/exchange-folder-subscription.c	(original)
+++ trunk/plugins/exchange-operations/exchange-folder-subscription.c	Mon Feb 18 04:40:46 2008
@@ -282,7 +282,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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]