[evolution/gnome-3-10] [itip-formatter] Search for an event in enabled calendars only



commit 03eb069bb0f649f6dc44269b49fd1662c4f8db16
Author: Milan Crha <mcrha redhat com>
Date:   Wed Nov 20 17:20:55 2013 +0100

    [itip-formatter] Search for an event in enabled calendars only

 modules/itip-formatter/itip-view.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/modules/itip-formatter/itip-view.c b/modules/itip-formatter/itip-view.c
index 769b45a..73937d6 100644
--- a/modules/itip-formatter/itip-view.c
+++ b/modules/itip-formatter/itip-view.c
@@ -1088,7 +1088,7 @@ itip_view_rebuild_source_list (ItipView *view)
        if (extension_name == NULL)
                return;
 
-       list = e_source_registry_list_sources (registry, extension_name);
+       list = e_source_registry_list_enabled (registry, extension_name);
        groups = g_hash_table_new_full (
                g_str_hash, g_str_equal,
                (GDestroyNotify) g_free, NULL);
@@ -4211,7 +4211,7 @@ find_server (EMailPartItip *pitip,
                        g_return_if_reached ();
        }
 
-       list = e_source_registry_list_sources (
+       list = e_source_registry_list_enabled (
                view->priv->registry, extension_name);
 
        e_cal_component_get_uid (comp, &uid);


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