summary refs log tree commit diff stats
path: root/plugins/fishlim/plugin_xchat.c
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-07-26 23:41:03 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-07-26 23:41:03 +0200
commit94c66e935d89c5dfbb6c1b8e877527f8d3175f04 (patch)
tree27efb0f413873fbcf11d5b2e4942f6497d003e65 /plugins/fishlim/plugin_xchat.c
parent52175f439a9fad9bc44dbbf9c3b1716b3dfe8e72 (diff)
Make FiSHLiM consistent with recent naming changes
Diffstat (limited to 'plugins/fishlim/plugin_xchat.c')
-rw-r--r--plugins/fishlim/plugin_xchat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/fishlim/plugin_xchat.c b/plugins/fishlim/plugin_xchat.c
index eb2784d3..ff75fa93 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"), "plugin_fishlim.conf", NULL);
+    return g_build_filename(xchat_get_info(ph, "xchatdirfs"), "addon_fishlim.conf", NULL);
 }
 
 /**