From 56ebfe2f3f1bbcd05c2ac78821edd06c986b40e6 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Fri, 21 Oct 2011 13:26:07 -0400 Subject: Adapt to CamelNetworkSettings changes. --- plugins/itip-formatter/itip-formatter.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/itip-formatter/itip-formatter.c b/plugins/itip-formatter/itip-formatter.c index 5c733b7d49..72535a3a99 100644 --- a/plugins/itip-formatter/itip-formatter.c +++ b/plugins/itip-formatter/itip-formatter.c @@ -1036,8 +1036,9 @@ find_server (struct _itip_puri *pitip, parent_store = camel_folder_get_parent_store (pitip->folder); - url = camel_service_get_camel_url (CAMEL_SERVICE (parent_store)); + url = camel_service_new_camel_url (CAMEL_SERVICE (parent_store)); uri = camel_url_to_string (url, CAMEL_URL_HIDE_ALL); + camel_url_free (url); itip_view_set_buttons_sensitive (ITIP_VIEW (pitip->view), FALSE); -- cgit v1.2.3