[evolution/gnome-3-6] Bug 688084 - Cannot configure connection to webdav address book



commit 13007adfb7e210b07340f9eea41f6a3998c48b1d
Author: Alban Browaeys <prahal yahoo com>
Date:   Sun Nov 11 06:42:38 2012 -0500

    Bug 688084 - Cannot configure connection to webdav address book
    
    (cherry picked from commit 303096a35e71541b3412d34bd63232e3939a15f8)
    
    Conflicts:
    	modules/book-config-webdav/evolution-book-config-webdav.c

 .../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 78b92a6..573d668 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_get_source (E_SOURCE_EXTENSION (target));
+	source_binding = g_binding_get_source (binding);
+	source = e_source_extension_get_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]