]> git.0d.be Git - empathy.git/blobdiff - src/empathy-call-factory.c
add an header bar to the main window
[empathy.git] / src / empathy-call-factory.c
index 71ec4d63cce968ee80bf1759b0acbab38b4ca223..3b57761d94c04f7a4dcf34c502c7c8b162503048 100644 (file)
@@ -21,6 +21,8 @@
 #include "config.h"
 #include "empathy-client-factory.h"
 
+#include <telepathy-glib/telepathy-glib-dbus.h>
+
 #include "empathy-call-factory.h"
 #include "empathy-call-handler.h"
 #include "empathy-request-util.h"
@@ -161,7 +163,7 @@ empathy_call_factory_initialise (void)
   self = EMPATHY_CALL_FACTORY (g_object_new (EMPATHY_TYPE_CALL_FACTORY,
       "account-manager", am,
       "factory", factory,
-      "name", EMPATHY_CALL_BUS_NAME_SUFFIX,
+      "name", EMPATHY_CALL_TP_BUS_NAME_SUFFIX,
       NULL));
 
   g_object_unref (am);