diff options
author | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-10-26 17:57:13 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-10-26 17:57:13 +0800 |
commit | 6b104de6536863409d853f1822075ff1393618c4 (patch) | |
tree | a4e2805f02189fcc7cc619d88778272f39d7808e /plugins | |
parent | bd149b27954af20cf3f860164486191b0e879e89 (diff) | |
parent | 251b734a8573a1d6b04d2b82ce1f0be9fe9662ab (diff) | |
download | gsoc2013-evolution-6b104de6536863409d853f1822075ff1393618c4.tar gsoc2013-evolution-6b104de6536863409d853f1822075ff1393618c4.tar.gz gsoc2013-evolution-6b104de6536863409d853f1822075ff1393618c4.tar.bz2 gsoc2013-evolution-6b104de6536863409d853f1822075ff1393618c4.tar.lz gsoc2013-evolution-6b104de6536863409d853f1822075ff1393618c4.tar.xz gsoc2013-evolution-6b104de6536863409d853f1822075ff1393618c4.tar.zst gsoc2013-evolution-6b104de6536863409d853f1822075ff1393618c4.zip |
Merge branch 'master' into wip/gsettings
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/itip-formatter/itip-formatter.c | 3 |
1 files changed, 2 insertions, 1 deletions
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); |