aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/itip-formatter/itip-view.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/itip-formatter/itip-view.c b/modules/itip-formatter/itip-view.c
index a490927501..0759285d1a 100644
--- a/modules/itip-formatter/itip-view.c
+++ b/modules/itip-formatter/itip-view.c
@@ -1084,7 +1084,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);
@@ -4207,7 +4207,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);