aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-04-23 20:10:14 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-04-23 20:10:32 +0800
commita62d279e0733e80645981c31f911d938a0bbc1b0 (patch)
tree92e4d2265afe5ecad1f9e22d1c8583d71b847ebc /tests
parentb4861a62cb323d686973e7527f02bd738053c04c (diff)
downloadgsoc2013-empathy-a62d279e0733e80645981c31f911d938a0bbc1b0.tar
gsoc2013-empathy-a62d279e0733e80645981c31f911d938a0bbc1b0.tar.gz
gsoc2013-empathy-a62d279e0733e80645981c31f911d938a0bbc1b0.tar.bz2
gsoc2013-empathy-a62d279e0733e80645981c31f911d938a0bbc1b0.tar.lz
gsoc2013-empathy-a62d279e0733e80645981c31f911d938a0bbc1b0.tar.xz
gsoc2013-empathy-a62d279e0733e80645981c31f911d938a0bbc1b0.tar.zst
gsoc2013-empathy-a62d279e0733e80645981c31f911d938a0bbc1b0.zip
check-empathy-helpers: gconf_entry_free has been deprecated; use gconf_entry_unref
Diffstat (limited to 'tests')
-rw-r--r--tests/check-empathy-helpers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check-empathy-helpers.c b/tests/check-empathy-helpers.c
index 2e808c0e7..65273f8c8 100644
--- a/tests/check-empathy-helpers.c
+++ b/tests/check-empathy-helpers.c
@@ -143,7 +143,7 @@ destroy_test_account (McAccount *account)
error = NULL;
}
- gconf_entry_free (entry);
+ gconf_entry_unref (entry);
}
g_slist_free (entries);