]> git.0d.be Git - empathy.git/commitdiff
fix irc-networks.xml lookup when EMPATHY_SRCDIR is defined
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 17 May 2010 13:59:57 +0000 (15:59 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 17 May 2010 14:05:13 +0000 (16:05 +0200)
The file is in libempathy/

libempathy-gtk/empathy-account-widget-irc.c

index d3b9919899deb3eff5f4bdfafc9d6c645d1e9c8a..10f987945796266eaeb0e37030d92783b4869719 100644 (file)
@@ -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);