diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-05-17 21:59:57 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-05-17 22:05:13 +0800 |
commit | 693aa043f996448c2a0ffb241c3f5c26b596a625 (patch) | |
tree | 9988b6897dd70d8102311254ca56a9c1ae89f5d9 /libempathy-gtk/empathy-account-widget-irc.c | |
parent | ac12fee45e6a1f90189d675e1276c1da8588c887 (diff) | |
download | gsoc2013-empathy-693aa043f996448c2a0ffb241c3f5c26b596a625.tar gsoc2013-empathy-693aa043f996448c2a0ffb241c3f5c26b596a625.tar.gz gsoc2013-empathy-693aa043f996448c2a0ffb241c3f5c26b596a625.tar.bz2 gsoc2013-empathy-693aa043f996448c2a0ffb241c3f5c26b596a625.tar.lz gsoc2013-empathy-693aa043f996448c2a0ffb241c3f5c26b596a625.tar.xz gsoc2013-empathy-693aa043f996448c2a0ffb241c3f5c26b596a625.tar.zst gsoc2013-empathy-693aa043f996448c2a0ffb241c3f5c26b596a625.zip |
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 d3b991989..10f987945 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); |