evolution r36748 - trunk/plugins/exchange-operations
- From: abharath svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution r36748 - trunk/plugins/exchange-operations
- Date: Fri, 7 Nov 2008 04:36:23 +0000 (UTC)
Author: abharath
Date: Fri Nov 7 04:36:22 2008
New Revision: 36748
URL: http://svn.gnome.org/viewvc/evolution?rev=36748&view=rev
Log:
2008-10-22 Bharath Acharya <abharath novell com>
** Fix for bug #557246
* exchange-folder.c:
* (org_gnome_exchange_check_inbox_subscribed): Pop
up the "Unsubscribe Folder" option only for the subscribed
folders and not to the Other's folder hierarchy.
Modified:
trunk/plugins/exchange-operations/ChangeLog
trunk/plugins/exchange-operations/exchange-folder.c
Modified: trunk/plugins/exchange-operations/exchange-folder.c
==============================================================================
--- trunk/plugins/exchange-operations/exchange-folder.c (original)
+++ trunk/plugins/exchange-operations/exchange-folder.c Fri Nov 7 04:36:22 2008
@@ -223,7 +223,7 @@
g_free (path);
- if (!sub_folder)
+ if (!sub_folder || !g_strrstr(sub_folder, "/"))
return;
for (i = 0; i < sizeof (popup_inbox_items) / sizeof (popup_inbox_items[0]); i++)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]