empathy r808 - trunk/src



Author: xclaesse
Date: Sun Mar 16 16:09:04 2008
New Revision: 808
URL: http://svn.gnome.org/viewvc/empathy?rev=808&view=rev

Log:
Fix includes of files that are now in src/. Fixes bug #522780.


Modified:
   trunk/src/empathy-call-chandler.c
   trunk/src/empathy.c

Modified: trunk/src/empathy-call-chandler.c
==============================================================================
--- trunk/src/empathy-call-chandler.c	(original)
+++ trunk/src/empathy-call-chandler.c	Sun Mar 16 16:09:04 2008
@@ -27,7 +27,7 @@
 #include <libempathy/empathy-debug.h>
 #include <libempathy/empathy-utils.h>
 
-#include <libempathy-gtk/empathy-call-window.h>
+#include "empathy-call-window.h"
 
 #define DEBUG_DOMAIN "CallChandler"
 

Modified: trunk/src/empathy.c
==============================================================================
--- trunk/src/empathy.c	(original)
+++ trunk/src/empathy.c	Sun Mar 16 16:09:04 2008
@@ -45,13 +45,12 @@
 #include <libempathy/empathy-debug.h>
 
 #include <libempathy-gtk/empathy-conf.h>
-#include <libempathy-gtk/empathy-preferences.h>
-#include <libempathy-gtk/empathy-main-window.h>
-#include <libempathy-gtk/empathy-status-icon.h>
 #include <libempathy-gtk/empathy-chat.h>
 #include <libempathy-gtk/empathy-private-chat.h>
 #include <libempathy-gtk/empathy-group-chat.h>
 
+#include "empathy-main-window.h"
+#include "empathy-status-icon.h"
 #include "empathy-chat-window.h"
 #include "bacon-message-connection.h"
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]