[evolution] [itip-formatter] Search for an event in enabled calendars only
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] [itip-formatter] Search for an event in enabled calendars only
- Date: Wed, 20 Nov 2013 16:21:54 +0000 (UTC)
commit f416f05344176ef363f8b4e3b9ac8aca0dde9a89
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 a490927..0759285 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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]