empathy r591 - in trunk: libempathy libempathy-gtk



Author: xclaesse
Date: Mon Jan 21 14:12:26 2008
New Revision: 591
URL: http://svn.gnome.org/viewvc/empathy?rev=591&view=rev

Log:
Move empathy-status-presets to libempathy, nothing to do with GTK


Added:
   trunk/libempathy/empathy-status-presets.c
      - copied, changed from r590, /trunk/libempathy-gtk/empathy-status-presets.c
   trunk/libempathy/empathy-status-presets.dtd
      - copied, changed from r590, /trunk/libempathy-gtk/empathy-status-presets.dtd
   trunk/libempathy/empathy-status-presets.h
      - copied, changed from r590, /trunk/libempathy-gtk/empathy-status-presets.h
Removed:
   trunk/libempathy-gtk/empathy-status-presets.c
   trunk/libempathy-gtk/empathy-status-presets.dtd
   trunk/libempathy-gtk/empathy-status-presets.h
Modified:
   trunk/libempathy-gtk/Makefile.am
   trunk/libempathy-gtk/empathy-main-window.c
   trunk/libempathy-gtk/empathy-presence-chooser.c
   trunk/libempathy/Makefile.am

Modified: trunk/libempathy-gtk/Makefile.am
==============================================================================
--- trunk/libempathy-gtk/Makefile.am	(original)
+++ trunk/libempathy-gtk/Makefile.am	Mon Jan 21 14:12:26 2008
@@ -43,7 +43,6 @@
 	empathy-private-chat.c			\
 	empathy-group-chat.c			\
 	empathy-geometry.c			\
-	empathy-status-presets.c		\
 	empathy-presence-chooser.c		\
 	empathy-about-dialog.c			\
 	empathy-account-chooser.c		\
@@ -99,7 +98,6 @@
 	empathy-private-chat.h			\
 	empathy-group-chat.h			\
 	empathy-geometry.h			\
-	empathy-status-presets.h		\
 	empathy-presence-chooser.h		\
 	empathy-about-dialog.h			\
 	empathy-account-chooser.h		\
@@ -178,7 +176,6 @@
 
 dtddir = $(datadir)/empathy
 dtd_DATA = 					\
-	empathy-status-presets.dtd		\
 	empathy-contact-groups.dtd
 
 pkgconfigdir = $(libdir)/pkgconfig

Modified: trunk/libempathy-gtk/empathy-main-window.c
==============================================================================
--- trunk/libempathy-gtk/empathy-main-window.c	(original)
+++ trunk/libempathy-gtk/empathy-main-window.c	Mon Jan 21 14:12:26 2008
@@ -37,6 +37,7 @@
 #include <libempathy/empathy-contact-list.h>
 #include <libempathy/empathy-contact-manager.h>
 #include <libempathy/empathy-contact-factory.h>
+#include <libempathy/empathy-status-presets.h>
 
 #include "empathy-main-window.h"
 #include "empathy-contact-dialogs.h"
@@ -45,7 +46,6 @@
 #include "empathy-contact-list-view.h"
 #include "empathy-presence-chooser.h"
 #include "empathy-ui-utils.h"
-#include "empathy-status-presets.h"
 #include "empathy-geometry.h"
 #include "empathy-preferences.h"
 #include "empathy-accounts-dialog.h"

Modified: trunk/libempathy-gtk/empathy-presence-chooser.c
==============================================================================
--- trunk/libempathy-gtk/empathy-presence-chooser.c	(original)
+++ trunk/libempathy-gtk/empathy-presence-chooser.c	Mon Jan 21 14:12:26 2008
@@ -38,11 +38,11 @@
 #include <libempathy/empathy-utils.h>
 #include <libempathy/empathy-debug.h>
 #include <libempathy/empathy-marshal.h>
+#include <libempathy/empathy-status-presets.h>
 
 #include "empathy-ui-utils.h"
 #include "empathy-images.h"
 #include "empathy-presence-chooser.h"
-#include "empathy-status-presets.h"
 
 #define GET_PRIV(obj) (G_TYPE_INSTANCE_GET_PRIVATE ((obj), EMPATHY_TYPE_PRESENCE_CHOOSER, EmpathyPresenceChooserPriv))
 

Modified: trunk/libempathy/Makefile.am
==============================================================================
--- trunk/libempathy/Makefile.am	(original)
+++ trunk/libempathy/Makefile.am	Mon Jan 21 14:12:26 2008
@@ -20,6 +20,7 @@
 	empathy-avatar.c				\
 	empathy-time.c					\
 	empathy-presence.c				\
+	empathy-status-presets.c		\
 	empathy-debug.c					\
 	empathy-utils.c					\
 	empathy-message.c				\
@@ -56,6 +57,7 @@
 	empathy-avatar.h			\
 	empathy-time.h				\
 	empathy-presence.h			\
+	empathy-status-presets.h		\
 	empathy-debug.h				\
 	empathy-utils.h				\
 	empathy-message.h			\
@@ -139,6 +141,7 @@
 
 dtddir = $(datadir)/empathy
 dtd_DATA = 					\
+	empathy-status-presets.dtd		\
 	empathy-chatroom-manager.dtd
 
 stylesheetdir = $(datadir)/empathy

Copied: trunk/libempathy/empathy-status-presets.c (from r590, /trunk/libempathy-gtk/empathy-status-presets.c)
==============================================================================
--- /trunk/libempathy-gtk/empathy-status-presets.c	(original)
+++ trunk/libempathy/empathy-status-presets.c	Mon Jan 21 14:12:26 2008
@@ -34,9 +34,8 @@
 
 #include <telepathy-glib/util.h>
 
-#include <libempathy/empathy-debug.h>
-#include <libempathy/empathy-utils.h>
-
+#include "empathy-debug.h"
+#include "empathy-utils.h"
 #include "empathy-status-presets.h"
 
 #define DEBUG_DOMAIN "StatusPresets"

Copied: trunk/libempathy/empathy-status-presets.dtd (from r590, /trunk/libempathy-gtk/empathy-status-presets.dtd)
==============================================================================

Copied: trunk/libempathy/empathy-status-presets.h (from r590, /trunk/libempathy-gtk/empathy-status-presets.h)
==============================================================================
--- /trunk/libempathy-gtk/empathy-status-presets.h	(original)
+++ trunk/libempathy/empathy-status-presets.h	Mon Jan 21 14:12:26 2008
@@ -23,7 +23,7 @@
 #ifndef __EMPATHY_STATUS_PRESETS_H__
 #define __EMPATHY_STATUS_PRESETS_H__
 
-#include <libempathy/empathy-presence.h>
+#include "empathy-presence.h"
 
 G_BEGIN_DECLS
 



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