mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-05 10:42:33 +01:00
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.
This commit is contained in:
parent
33b01b720c
commit
d59acc2789
@ -31,7 +31,7 @@
|
|||||||
// We can't use the HexChat plugin API from here...
|
// We can't use the HexChat plugin API from here...
|
||||||
gchar *get_config_filename() {
|
gchar *get_config_filename() {
|
||||||
const gchar *homedir = g_get_home_dir();
|
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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user