empathy r2153 - in trunk: libempathy src
- From: xclaesse svn gnome org
- To: svn-commits-list gnome org
- Subject: empathy r2153 - in trunk: libempathy src
- Date: Fri, 9 Jan 2009 16:13:33 +0000 (UTC)
Author: xclaesse
Date: Fri Jan 9 16:13:32 2009
New Revision: 2153
URL: http://svn.gnome.org/viewvc/empathy?rev=2153&view=rev
Log:
Call emp_cli_init in empathy_init
Signed-off-by: Sjoerd Simons <sjoerd simons collabora co uk>
Modified:
trunk/libempathy/empathy-utils.c
trunk/src/empathy.c
Modified: trunk/libempathy/empathy-utils.c
==============================================================================
--- trunk/libempathy/empathy-utils.c (original)
+++ trunk/libempathy/empathy-utils.c Fri Jan 9 16:13:32 2009
@@ -40,9 +40,12 @@
#include "empathy-contact-factory.h"
#include "empathy-contact-manager.h"
+#include <extensions/extensions.h>
+
#define DEBUG_FLAG EMPATHY_DEBUG_OTHER
#include "empathy-debug.h"
+
void
empathy_init (void)
{
@@ -64,6 +67,8 @@
empathy_debug_set_flags (g_getenv ("EMPATHY_DEBUG"));
tp_debug_divert_messages (g_getenv ("EMPATHY_LOGFILE"));
+ emp_cli_init ();
+
initialized = TRUE;
}
Modified: trunk/src/empathy.c
==============================================================================
--- trunk/src/empathy.c (original)
+++ trunk/src/empathy.c Fri Jan 9 16:13:32 2009
@@ -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 @@
g_warning ("Cannot create the 'empathy' bacon connection.");
}
- emp_cli_init ();
-
/* Setting up MC */
mc = empathy_mission_control_new ();
g_signal_connect (mc, "ServiceEnded",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]