summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--plugins/fishlim/test.c2
1 files changed, 1 insertions, 1 deletions
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);
 }