diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-05-17 15:59:57 +0200 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-05-17 16:05:13 +0200 |
commit | 693aa043f996448c2a0ffb241c3f5c26b596a625 (patch) | |
tree | 9988b6897dd70d8102311254ca56a9c1ae89f5d9 /libempathy-gtk/empathy-account-widget-irc.c | |
parent | ac12fee45e6a1f90189d675e1276c1da8588c887 (diff) |
fix irc-networks.xml lookup when EMPATHY_SRCDIR is defined
The file is in libempathy/
Diffstat (limited to 'libempathy-gtk/empathy-account-widget-irc.c')
-rw-r--r-- | libempathy-gtk/empathy-account-widget-irc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-account-widget-irc.c b/libempathy-gtk/empathy-account-widget-irc.c index d3b99198..10f98794 100644 --- a/libempathy-gtk/empathy-account-widget-irc.c +++ b/libempathy-gtk/empathy-account-widget-irc.c @@ -436,7 +436,7 @@ empathy_account_widget_irc_build (EmpathyAccountWidget *self, g_free (dir); global_file_with_path = g_build_filename (g_getenv ("EMPATHY_SRCDIR"), - "libempathy-gtk", IRC_NETWORKS_FILENAME, NULL); + "libempathy", IRC_NETWORKS_FILENAME, NULL); if (!g_file_test (global_file_with_path, G_FILE_TEST_EXISTS)) { g_free (global_file_with_path); |