]> git.0d.be Git - empathy.git/commitdiff
tpaw-utils: move ACCOUNT_WIDGETS_RESOURCES_PREFIX from Empathy
authorMarco Barisione <marco.barisione@collabora.co.uk>
Mon, 13 May 2013 09:24:18 +0000 (10:24 +0100)
committerMarco Barisione <marco.barisione@collabora.co.uk>
Tue, 20 Aug 2013 10:03:07 +0000 (11:03 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=699492

libempathy-gtk/empathy-ui-utils.h
tp-account-widgets/tpaw-irc-network-dialog.c
tp-account-widgets/tpaw-utils.h

index 22c0899cb28be85cc525b76ef84dc62a1692c209..24ad6a717446c15626b968c3fc369f36abec4ba2 100644 (file)
@@ -40,8 +40,6 @@
 
 G_BEGIN_DECLS
 
-#define ACCOUNT_WIDGETS_RESOURCES_PREFIX "/org/gnome/AccountWidgets"
-
 #define EMPATHY_RECT_IS_ON_SCREEN(x,y,w,h) ((x) + (w) > 0 && \
               (y) + (h) > 0 && \
               (x) < gdk_screen_width () && \
index 77cc86589696b19b7d0431e20453c117c74ed593..e9ab3209182ef8afaab3b10ec343e12147393941 100644 (file)
@@ -25,6 +25,7 @@
 
 #include "empathy-ui-utils.h"
 #include "tpaw-builder.h"
+#include "tpaw-utils.h"
 #include "totem-subtitle-encoding.h"
 
 typedef struct {
index 2b12cfecaca3b04eacc13424623cb1d232eaa94a..d6acfc6e14109e21a5a96033a01c5e9ad55b1b13 100644 (file)
@@ -41,6 +41,8 @@ G_BEGIN_DECLS
 
 #define TPAW_STR_EMPTY(s) ((s) == NULL || (s)[0] == '\0')
 
+#define ACCOUNT_WIDGETS_RESOURCES_PREFIX "/org/gnome/AccountWidgets"
+
 void tpaw_connect_new_account (TpAccount *account,
     TpAccountManager *account_manager);