aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-tp-call.c
diff options
context:
space:
mode:
authorxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2008-11-22 00:13:41 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2008-11-22 00:13:41 +0800
commitad67eb4aea7adee83cc177b169356aff24b72297 (patch)
tree48d54aff88d28904b58e4d5cb0962a04e79630a0 /libempathy/empathy-tp-call.c
parent347c17f3491aedc3f17991754b622c341d829d85 (diff)
downloadgsoc2013-empathy-ad67eb4aea7adee83cc177b169356aff24b72297.tar
gsoc2013-empathy-ad67eb4aea7adee83cc177b169356aff24b72297.tar.gz
gsoc2013-empathy-ad67eb4aea7adee83cc177b169356aff24b72297.tar.bz2
gsoc2013-empathy-ad67eb4aea7adee83cc177b169356aff24b72297.tar.lz
gsoc2013-empathy-ad67eb4aea7adee83cc177b169356aff24b72297.tar.xz
gsoc2013-empathy-ad67eb4aea7adee83cc177b169356aff24b72297.tar.zst
gsoc2013-empathy-ad67eb4aea7adee83cc177b169356aff24b72297.zip
Added empathy_init function to call emp_cli_init in main. (Jonny Lamb)
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1737 4ee84921-47dd-4033-b63a-18d7a039a3e4
Diffstat (limited to 'libempathy/empathy-tp-call.c')
-rw-r--r--libempathy/empathy-tp-call.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libempathy/empathy-tp-call.c b/libempathy/empathy-tp-call.c
index 6c90f49d8..7703aeffb 100644
--- a/libempathy/empathy-tp-call.c
+++ b/libempathy/empathy-tp-call.c
@@ -589,8 +589,6 @@ 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;