empathy r817 - trunk/src
- From: xclaesse svn gnome org
- To: svn-commits-list gnome org
- Subject: empathy r817 - trunk/src
- Date: Tue, 18 Mar 2008 16:57:48 +0000 (GMT)
Author: xclaesse
Date: Tue Mar 18 16:57:48 2008
New Revision: 817
URL: http://svn.gnome.org/viewvc/empathy?rev=817&view=rev
Log:
Fix includes
Modified:
trunk/src/empathy-about-dialog.c
trunk/src/empathy-call-window.c
Modified: trunk/src/empathy-about-dialog.c
==============================================================================
--- trunk/src/empathy-about-dialog.c (original)
+++ trunk/src/empathy-about-dialog.c Tue Mar 18 16:57:48 2008
@@ -29,9 +29,10 @@
#include <gtk/gtksizegroup.h>
#include <glade/glade.h>
-#include "empathy-about-dialog.h"
#include <libempathy-gtk/empathy-ui-utils.h>
+#include "empathy-about-dialog.h"
+
#define WEB_SITE "http://live.gnome.org/Empathy"
static void about_dialog_activate_link_cb (GtkAboutDialog *about,
Modified: trunk/src/empathy-call-window.c
==============================================================================
--- trunk/src/empathy-call-window.c (original)
+++ trunk/src/empathy-call-window.c Tue Mar 18 16:57:48 2008
@@ -31,10 +31,10 @@
#include <libempathy/empathy-chandler.h>
#include <libempathy/empathy-debug.h>
#include <libempathy/empathy-utils.h>
-
-#include <libempathy-gtk/empathy-call-window.h>
#include <libempathy-gtk/empathy-ui-utils.h>
+#include "empathy-call-window.h"
+
#define DEBUG_DOMAIN "CallWindow"
typedef struct
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]