]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-tp-call.c
It's now safe to call emp_cli_init multiple times. Move that call to empathy_tp_call_...
[empathy.git] / libempathy / empathy-tp-call.c
index 6dd24a51a34c193baa8bb303a4697b8d76034dcf..c44ffe27eb19bb6ef94f20d8ad8ef9e7b1ae0432 100644 (file)
@@ -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;