From c524708b1e398a1f81ce430f765ef825ca780f37 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Tue, 26 Feb 2008 13:31:16 +0000 Subject: It's now safe to call emp_cli_init multiple times. Move that call to empathy_tp_call_class_init. svn path=/trunk/; revision=665 --- libempathy/empathy-tp-call.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libempathy/empathy-tp-call.c') diff --git a/libempathy/empathy-tp-call.c b/libempathy/empathy-tp-call.c index 6dd24a51a..c44ffe27e 100644 --- a/libempathy/empathy-tp-call.c +++ b/libempathy/empathy-tp-call.c @@ -678,6 +678,8 @@ empathy_tp_call_class_init (EmpathyTpCallClass *klass) { GObjectClass *object_class = G_OBJECT_CLASS (klass); + emp_cli_init (); + object_class->constructor = tp_call_constructor; object_class->finalize = tp_call_finalize; object_class->set_property = tp_call_set_property; -- cgit v1.2.3