]> jfr.im git - irc/hexchat/hexchat.git/commitdiff
Use path to HexChat instead of XChat in the test program
authorSamuel Lidén Borell <redacted>
Mon, 2 Jun 2014 18:36:16 +0000 (18:36 +0000)
committerBerke Viktor <redacted>
Mon, 2 Jun 2014 21:51:58 +0000 (23:51 +0200)
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

index e0abce1df09e54c21f7348a761e8430b4cc367e8..b4dc8d91cebf0007ea4d46c8f492e4a5d026b963 100644 (file)
@@ -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);
 }