diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-07-18 11:17:21 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-07-18 11:17:21 +0200 |
commit | 8aaff85e7087e4771994c8ea0b5ba69544f9da7d (patch) | |
tree | 5ac1325142341d91d0c78b4bbcb48aba05089a2e /plugins/fishlim/plugin_xchat.c | |
parent | a4052aff327e55a3c0282b8c16c4a815f47b69ff (diff) |
Prepare FiSHLiM to use the plugin config API
Diffstat (limited to 'plugins/fishlim/plugin_xchat.c')
-rw-r--r-- | plugins/fishlim/plugin_xchat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/fishlim/plugin_xchat.c b/plugins/fishlim/plugin_xchat.c index d1d3f5ca..eb2784d3 100644 --- a/plugins/fishlim/plugin_xchat.c +++ b/plugins/fishlim/plugin_xchat.c @@ -52,7 +52,7 @@ static xchat_plugin *ph; * Returns the path to the key store file. */ gchar *get_config_filename() { - return g_build_filename(xchat_get_info(ph, "xchatdirfs"), "blow.ini", NULL); + return g_build_filename(xchat_get_info(ph, "xchatdirfs"), "plugin_fishlim.conf", NULL); } /** |