From d59acc2789e44733831d3bbb2e73a2dbb1f845f8 Mon Sep 17 00:00:00 2001 From: Samuel Lidén Borell Date: Mon, 2 Jun 2014 18:36:16 +0000 Subject: Use path to HexChat instead of XChat in the test program Note that this affects the test program only. It doesn't affect users of FiSHLiM. The reason for this change is that XChat doesn't seem to be maintained any longer. --- plugins/fishlim/test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/fishlim/test.c b/plugins/fishlim/test.c index e0abce1d..b4dc8d91 100644 --- a/plugins/fishlim/test.c +++ b/plugins/fishlim/test.c @@ -31,7 +31,7 @@ // We can't use the HexChat plugin API from here... gchar *get_config_filename() { const gchar *homedir = g_get_home_dir(); - return g_build_filename(homedir, ".xchat2", "blow.ini", NULL); + return g_build_filename(homedir, ".config", "hexchat", "blow.ini", NULL); } -- cgit 1.4.1