From 4d58a800fa36927567f6c0d22617c260e8e7172b Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sat, 9 Mar 2013 19:11:44 -0500 Subject: Use e_source_registry_list_enabled() where appropriate. --- e-util/e-mail-identity-combo-box.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'e-util/e-mail-identity-combo-box.c') diff --git a/e-util/e-mail-identity-combo-box.c b/e-util/e-mail-identity-combo-box.c index b76e0ee6bc..9561ba7f98 100644 --- a/e-util/e-mail-identity-combo-box.c +++ b/e-util/e-mail-identity-combo-box.c @@ -278,7 +278,7 @@ e_mail_identity_combo_box_refresh (EMailIdentityComboBox *combo_box) extension_name = E_SOURCE_EXTENSION_MAIL_IDENTITY; registry = e_mail_identity_combo_box_get_registry (combo_box); - list = e_source_registry_list_sources (registry, extension_name); + list = e_source_registry_list_enabled (registry, extension_name); /* Build a hash table of GQueues by email address so we can * spot duplicate email addresses. Then if the GQueue for a @@ -326,9 +326,6 @@ e_mail_identity_combo_box_refresh (EMailIdentityComboBox *combo_box) source = E_SOURCE (link->data); - if (!e_source_registry_check_enabled (registry, source)) - continue; - extension = e_source_get_extension (source, extension_name); name = e_source_mail_identity_get_name (extension); address = e_source_mail_identity_get_address (extension); -- cgit v1.2.3