From 26afa6081c3d9826dbae78236dd712fad8b7c340 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Mon, 1 Nov 2010 14:44:23 -0400 Subject: Utilize the new ESourceSelector:primary-selection property. --- plugins/contacts-map/contacts-map.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/contacts-map') diff --git a/plugins/contacts-map/contacts-map.c b/plugins/contacts-map/contacts-map.c index bb46be65e6..24297e0243 100644 --- a/plugins/contacts-map/contacts-map.c +++ b/plugins/contacts-map/contacts-map.c @@ -112,7 +112,7 @@ show_map_general (ESourceSelector *selector) gdouble *min_lng = NULL; gdouble *max_lng = NULL; - primary_source = (ESource*)e_source_selector_peek_primary_selection (selector); + primary_source = (ESource*)e_source_selector_get_primary_selection (selector); uri = e_source_get_uri (primary_source); book = e_book_new_from_uri (uri, NULL); -- cgit v1.2.3