diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2012-09-16 20:27:50 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-09-16 20:29:17 +0800 |
commit | e79d2ee61c2833e21ab7b0bdfd23624c430ba6cc (patch) | |
tree | d602d652fa6c71da4f470983231aa6974c7a9af3 /modules/book-config-webdav | |
parent | c4d952d4360b6e6519d2e54370124af301865197 (diff) | |
download | gsoc2013-evolution-e79d2ee61c2833e21ab7b0bdfd23624c430ba6cc.tar.gz gsoc2013-evolution-e79d2ee61c2833e21ab7b0bdfd23624c430ba6cc.tar.zst gsoc2013-evolution-e79d2ee61c2833e21ab7b0bdfd23624c430ba6cc.zip |
Bug 684021 - EBookConfigWebdav: Invalid callback on property binding
Diffstat (limited to 'modules/book-config-webdav')
-rw-r--r-- | modules/book-config-webdav/evolution-book-config-webdav.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/book-config-webdav/evolution-book-config-webdav.c b/modules/book-config-webdav/evolution-book-config-webdav.c index 78d86f5587..78b92a6384 100644 --- a/modules/book-config-webdav/evolution-book-config-webdav.c +++ b/modules/book-config-webdav/evolution-book-config-webdav.c @@ -163,7 +163,7 @@ book_config_webdav_insert_widgets (ESourceConfigBackend *backend, G_BINDING_SYNC_CREATE, book_config_webdav_uri_to_text, book_config_webdav_text_to_uri, - NULL, (GDestroyNotify) g_object_unref); + NULL, (GDestroyNotify) NULL); } static gboolean |