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 <[EMAIL PROTECTED]>
** 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);
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list
Want to limit the commits to a few modules? Go to above URL, log in to edit
your options and select the modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development
mailing list. Email [EMAIL PROTECTED] if interested.