summaryrefslogtreecommitdiff
path: root/tp-account-widgets/tpaw-utils.h
diff options
context:
space:
mode:
authorMarco Barisione <marco.barisione@collabora.co.uk>2013-05-13 11:11:26 +0100
committerMarco Barisione <marco.barisione@collabora.co.uk>2013-08-20 11:03:07 +0100
commit08a5c44c218c9a93d60c0975c317f0a7be4b677b (patch)
tree7bc50f444f1f96ba27824bc7c415341ac84459c9 /tp-account-widgets/tpaw-utils.h
parent912b898b3ebc2bc096394686a10db1beae648e48 (diff)
downloadtelepathy-account-widgets-08a5c44c218c9a93d60c0975c317f0a7be4b677b.tar.gz
tpaw-utils: add the TPAW namespace to ACCOUNT_WIDGETS_RESOURCES_PREFIX
https://bugzilla.gnome.org/show_bug.cgi?id=699492
Diffstat (limited to 'tp-account-widgets/tpaw-utils.h')
-rw-r--r--tp-account-widgets/tpaw-utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tp-account-widgets/tpaw-utils.h b/tp-account-widgets/tpaw-utils.h
index d6acfc6e..d9cdc6d9 100644
--- a/tp-account-widgets/tpaw-utils.h
+++ b/tp-account-widgets/tpaw-utils.h
@@ -41,7 +41,7 @@ G_BEGIN_DECLS
#define TPAW_STR_EMPTY(s) ((s) == NULL || (s)[0] == '\0')
-#define ACCOUNT_WIDGETS_RESOURCES_PREFIX "/org/gnome/AccountWidgets"
+#define TPAW_ACCOUNT_WIDGETS_RESOURCES_PREFIX "/org/gnome/AccountWidgets"
void tpaw_connect_new_account (TpAccount *account,
TpAccountManager *account_manager);