From 912b898b3ebc2bc096394686a10db1beae648e48 Mon Sep 17 00:00:00 2001 From: Marco Barisione Date: Mon, 13 May 2013 10:24:18 +0100 Subject: tpaw-utils: move ACCOUNT_WIDGETS_RESOURCES_PREFIX from Empathy https://bugzilla.gnome.org/show_bug.cgi?id=699492 --- tp-account-widgets/tpaw-irc-network-dialog.c | 1 + tp-account-widgets/tpaw-utils.h | 2 ++ 2 files changed, 3 insertions(+) (limited to 'tp-account-widgets') diff --git a/tp-account-widgets/tpaw-irc-network-dialog.c b/tp-account-widgets/tpaw-irc-network-dialog.c index 77cc86589..e9ab32091 100644 --- a/tp-account-widgets/tpaw-irc-network-dialog.c +++ b/tp-account-widgets/tpaw-irc-network-dialog.c @@ -25,6 +25,7 @@ #include "empathy-ui-utils.h" #include "tpaw-builder.h" +#include "tpaw-utils.h" #include "totem-subtitle-encoding.h" typedef struct { diff --git a/tp-account-widgets/tpaw-utils.h b/tp-account-widgets/tpaw-utils.h index 2b12cfeca..d6acfc6e1 100644 --- a/tp-account-widgets/tpaw-utils.h +++ b/tp-account-widgets/tpaw-utils.h @@ -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); -- cgit v1.2.3