diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/empathy.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/empathy.c b/src/empathy.c index 15781d929..9bc98ff11 100644 --- a/src/empathy.c +++ b/src/empathy.c @@ -449,6 +449,8 @@ main (int argc, char *argv[]) g_warning ("Cannot create the 'empathy' bacon connection."); } + empathy_init (); + /* Setting up MC */ mc = empathy_mission_control_new (); g_signal_connect (mc, "ServiceEnded", |