diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-02-24 11:24:05 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-02-24 11:24:59 +0800 |
commit | 33bbdaa50b4911adcc937ff674466ea43ac8f45d (patch) | |
tree | 197a8566f6d8a5a3dbef29cbf6f7e49e86bc4940 /e-util/e-source-config.c | |
parent | aac2cb58276cde2d079af3987ad798786862b931 (diff) | |
download | gsoc2013-evolution-33bbdaa50b4911adcc937ff674466ea43ac8f45d.tar.gz gsoc2013-evolution-33bbdaa50b4911adcc937ff674466ea43ac8f45d.tar.zst gsoc2013-evolution-33bbdaa50b4911adcc937ff674466ea43ac8f45d.zip |
Coding style and whitespace cleanup.
Diffstat (limited to 'e-util/e-source-config.c')
-rw-r--r-- | e-util/e-source-config.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/e-util/e-source-config.c b/e-util/e-source-config.c index 747cd3b6a7..3d9303abd9 100644 --- a/e-util/e-source-config.c +++ b/e-util/e-source-config.c @@ -1354,9 +1354,9 @@ secure_to_port_cb (GBinding *binding, static gboolean webdav_source_ssl_trust_to_sensitive_cb (GBinding *binding, - const GValue *source_value, - GValue *target_value, - gpointer user_data) + const GValue *source_value, + GValue *target_value, + gpointer user_data) { const gchar *ssl_trust = g_value_get_string (source_value); @@ -1367,7 +1367,7 @@ webdav_source_ssl_trust_to_sensitive_cb (GBinding *binding, static void webdav_unset_ssl_trust_clicked_cb (GtkWidget *button, - ESourceWebdav *extension) + ESourceWebdav *extension) { e_source_webdav_set_ssl_trust (extension, NULL); } |