summaryrefslogtreecommitdiff
path: root/tp-account-widgets
diff options
context:
space:
mode:
authorMarco Barisione <marco.barisione@collabora.co.uk>2013-08-01 08:55:50 +0100
committerMarco Barisione <marco.barisione@collabora.co.uk>2013-08-20 11:44:24 +0100
commit4a717c1b59e32e88eae5b17dc4d79d110964e23d (patch)
treefe9b86c526130a4ed75cb171bdf5ece0ac33a914 /tp-account-widgets
parentcde70cc9640c0a42311844ba77b3ae49a63487c2 (diff)
downloadtelepathy-account-widgets-4a717c1b59e32e88eae5b17dc4d79d110964e23d.tar.gz
irc-network-manager: rename the EMPATHY_SRC_DIR env variable
https://bugzilla.gnome.org/show_bug.cgi?id=699492
Diffstat (limited to 'tp-account-widgets')
-rw-r--r--tp-account-widgets/tpaw-irc-network-manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tp-account-widgets/tpaw-irc-network-manager.c b/tp-account-widgets/tpaw-irc-network-manager.c
index 8d074509..58e23644 100644
--- a/tp-account-widgets/tpaw-irc-network-manager.c
+++ b/tp-account-widgets/tpaw-irc-network-manager.c
@@ -802,7 +802,7 @@ tpaw_irc_network_manager_dup_default (void)
user_file_with_path = g_build_filename (dir, IRC_NETWORKS_FILENAME, NULL);
g_free (dir);
- global_file_with_path = g_build_filename (g_getenv ("EMPATHY_SRCDIR"),
+ global_file_with_path = g_build_filename (g_getenv ("TPAW_SRCDIR"),
"tp-account-widgets", IRC_NETWORKS_FILENAME, NULL);
if (!g_file_test (global_file_with_path, G_FILE_TEST_EXISTS))
{