[evolution] Bug 688084 - Cannot configure connection to webdav address book
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] Bug 688084 - Cannot configure connection to webdav address book
- Date: Sun, 11 Nov 2012 11:50:16 +0000 (UTC)
commit 303096a35e71541b3412d34bd63232e3939a15f8
Author: Alban Browaeys <prahal yahoo com>
Date: Sun Nov 11 06:42:38 2012 -0500
Bug 688084 - Cannot configure connection to webdav address book
.../evolution-book-config-webdav.c | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/modules/book-config-webdav/evolution-book-config-webdav.c b/modules/book-config-webdav/evolution-book-config-webdav.c
index 0e7a6f3..6b6b1b4 100644
--- a/modules/book-config-webdav/evolution-book-config-webdav.c
+++ b/modules/book-config-webdav/evolution-book-config-webdav.c
@@ -79,9 +79,9 @@ book_config_webdav_text_to_uri (GBinding *binding,
GValue *target_value,
gpointer user_data)
{
- GObject *target;
ESource *source;
SoupURI *soup_uri;
+ GObject *source_binding;
ESourceAuthentication *extension;
const gchar *extension_name;
const gchar *text;
@@ -93,8 +93,9 @@ book_config_webdav_text_to_uri (GBinding *binding,
if (soup_uri == NULL)
return FALSE;
- target = g_binding_get_target (binding);
- source = e_source_extension_ref_source (E_SOURCE_EXTENSION (target));
+ source_binding = g_binding_get_source (binding);
+ source = e_source_extension_ref_source (
+ E_SOURCE_EXTENSION (source_binding));
extension_name = E_SOURCE_EXTENSION_AUTHENTICATION;
extension = e_source_get_extension (source, extension_name);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]