empathy r1773 - in trunk: libempathy src
- From: xclaesse svn gnome org
- To: svn-commits-list gnome org
- Subject: empathy r1773 - in trunk: libempathy src
- Date: Fri, 21 Nov 2008 16:16:06 +0000 (UTC)
Author: xclaesse
Date: Fri Nov 21 16:16:06 2008
New Revision: 1773
URL: http://svn.gnome.org/viewvc/empathy?rev=1773&view=rev
Log:
Removed empathy_init in favour of calling emp_cli_init directly. (Jonny Lamb)
Signed-off-by: Jonny Lamb <jonny lamb collabora co uk>
Modified:
trunk/libempathy/empathy-utils.c
trunk/libempathy/empathy-utils.h
trunk/src/empathy.c
Modified: trunk/libempathy/empathy-utils.c
==============================================================================
--- trunk/libempathy/empathy-utils.c (original)
+++ trunk/libempathy/empathy-utils.c Fri Nov 21 16:16:06 2008
@@ -881,9 +881,3 @@
return file;
}
-void
-empathy_init (void)
-{
- emp_cli_init ();
-}
-
Modified: trunk/libempathy/empathy-utils.h
==============================================================================
--- trunk/libempathy/empathy-utils.h (original)
+++ trunk/libempathy/empathy-utils.h Fri Nov 21 16:16:06 2008
@@ -133,9 +133,6 @@
EmpathyFile *empathy_send_file (EmpathyContact *contact,
GFile *file);
-/* General */
-void empathy_init (void);
-
G_END_DECLS
#endif /* __EMPATHY_UTILS_H__ */
Modified: trunk/src/empathy.c
==============================================================================
--- trunk/src/empathy.c (original)
+++ trunk/src/empathy.c Fri Nov 21 16:16:06 2008
@@ -45,6 +45,8 @@
#include <libempathy-gtk/empathy-conf.h>
+#include <extensions/extensions.h>
+
#include "empathy-accounts-dialog.h"
#include "empathy-main-window.h"
#include "empathy-status-icon.h"
@@ -449,7 +451,7 @@
g_warning ("Cannot create the 'empathy' bacon connection.");
}
- empathy_init ();
+ emp_cli_init ();
/* Setting up MC */
mc = empathy_mission_control_new ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]