From 4ff90f2bfd95337040616cae4b3bdddff033b5d6 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Fri, 1 Mar 2013 14:30:14 -0500 Subject: Use EClientComboBox where appropriate. Basically any place where we use both EClient and ESourceComboBox. --- e-util/e-name-selector-list.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'e-util/e-name-selector-list.c') diff --git a/e-util/e-name-selector-list.c b/e-util/e-name-selector-list.c index 180dfbf986..52516a5621 100644 --- a/e-util/e-name-selector-list.c +++ b/e-util/e-name-selector-list.c @@ -780,12 +780,12 @@ e_name_selector_list_init (ENameSelectorList *list) } -ENameSelectorList * -e_name_selector_list_new (ESourceRegistry *registry) +GtkWidget * +e_name_selector_list_new (EClientCache *client_cache) { - g_return_val_if_fail (E_IS_SOURCE_REGISTRY (registry), NULL); + g_return_val_if_fail (E_IS_CLIENT_CACHE (client_cache), NULL); return g_object_new ( E_TYPE_NAME_SELECTOR_LIST, - "registry", registry, NULL); + "client-cache", client_cache, NULL); } -- cgit v1.2.3