diff options
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2009-01-10 00:13:32 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2009-01-10 00:13:32 +0800 |
commit | c1657a9a556c8b9d98fe7003e6bccba023670332 (patch) | |
tree | 006932b484fdb23f5cbe2fa1236bf339efaa24b9 /src | |
parent | 7fc8348976a2a8512e4657cfe839487331d5af88 (diff) | |
download | gsoc2013-empathy-c1657a9a556c8b9d98fe7003e6bccba023670332.tar gsoc2013-empathy-c1657a9a556c8b9d98fe7003e6bccba023670332.tar.gz gsoc2013-empathy-c1657a9a556c8b9d98fe7003e6bccba023670332.tar.bz2 gsoc2013-empathy-c1657a9a556c8b9d98fe7003e6bccba023670332.tar.lz gsoc2013-empathy-c1657a9a556c8b9d98fe7003e6bccba023670332.tar.xz gsoc2013-empathy-c1657a9a556c8b9d98fe7003e6bccba023670332.tar.zst gsoc2013-empathy-c1657a9a556c8b9d98fe7003e6bccba023670332.zip |
Call emp_cli_init in empathy_init
Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
svn path=/trunk/; revision=2153
Diffstat (limited to 'src')
-rw-r--r-- | src/empathy.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/empathy.c b/src/empathy.c index ed16640c1..1c275f11e 100644 --- a/src/empathy.c +++ b/src/empathy.c @@ -47,8 +47,6 @@ #include <libempathy-gtk/empathy-conf.h> #include <libempathy-gtk/empathy-ui-utils.h> -#include <extensions/extensions.h> - #include "empathy-accounts-dialog.h" #include "empathy-main-window.h" #include "empathy-status-icon.h" @@ -458,8 +456,6 @@ main (int argc, char *argv[]) g_warning ("Cannot create the 'empathy' bacon connection."); } - emp_cli_init (); - /* Setting up MC */ mc = empathy_mission_control_new (); g_signal_connect (mc, "ServiceEnded", |