[empathy] fix irc-networks.xml lookup when EMPATHY_SRCDIR is defined



commit 693aa043f996448c2a0ffb241c3f5c26b596a625
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Mon May 17 15:59:57 2010 +0200

    fix irc-networks.xml lookup when EMPATHY_SRCDIR is defined
    
    The file is in libempathy/

 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 d3b9919..10f9879 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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]