From 3bd387bc25f784a259d2a99c997884bd36aee3e7 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Fri, 11 Apr 2014 10:49:15 +0200 Subject: Bug #684425 - Do not pass NULL text to gtk_entry_set_text() --- modules/cal-config-caldav/evolution-cal-config-caldav.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/cal-config-caldav') diff --git a/modules/cal-config-caldav/evolution-cal-config-caldav.c b/modules/cal-config-caldav/evolution-cal-config-caldav.c index e6b73a439c..5cd165e16b 100644 --- a/modules/cal-config-caldav/evolution-cal-config-caldav.c +++ b/modules/cal-config-caldav/evolution-cal-config-caldav.c @@ -261,7 +261,7 @@ cal_config_caldav_insert_widgets (ESourceConfigBackend *backend, G_BINDING_BIDIRECTIONAL | G_BINDING_SYNC_CREATE); - g_object_bind_property ( + e_binding_bind_object_text_property ( extension, "email-address", context->email_entry, "text", G_BINDING_BIDIRECTIONAL | -- cgit v1.2.3