evolution r36749 - branches/gnome-2-24/plugins/exchange-operations



Author: abharath
Date: Fri Nov  7 04:37:57 2008
New Revision: 36749
URL: http://svn.gnome.org/viewvc/evolution?rev=36749&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:
   branches/gnome-2-24/plugins/exchange-operations/ChangeLog
   branches/gnome-2-24/plugins/exchange-operations/exchange-folder.c

Modified: branches/gnome-2-24/plugins/exchange-operations/exchange-folder.c
==============================================================================
--- branches/gnome-2-24/plugins/exchange-operations/exchange-folder.c	(original)
+++ branches/gnome-2-24/plugins/exchange-operations/exchange-folder.c	Fri Nov  7 04:37:57 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]