From 4df45fb806fdb78acbbca7e704780d427f11df2f Mon Sep 17 00:00:00 2001 From: Jonny Lamb Date: Fri, 30 Jan 2009 17:35:40 +0000 Subject: Rename _get_selected to _dup_selected and make sure the contact is unrefed. Signed-off-by: Jonny Lamb svn path=/trunk/; revision=2357 --- tests/empetit.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/empetit.c b/tests/empetit.c index 76d0528d8..2d71c5359 100644 --- a/tests/empetit.c +++ b/tests/empetit.c @@ -37,12 +37,14 @@ clicked_cb (GtkButton *button, EmpathyContactSelector *selector = EMPATHY_CONTACT_SELECTOR (data); EmpathyContact *contact; - contact = empathy_contact_selector_get_selected (selector); + contact = empathy_contact_selector_dup_selected (selector); if (!contact) return; empathy_dispatcher_chat_with_contact (contact, chat_cb, NULL); + + g_object_unref (contact); } int main (int argc, -- cgit v1.2.3