diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-11-04 23:55:36 +0100 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-11-04 23:55:36 +0100 |
commit | db218817fdc895aa2e3e52a71aa2f4423a534423 (patch) | |
tree | 42adbac9f667aa7a1dba5386150738fac84aeafc /src | |
parent | ad16ed3933b2904f3e4b206a67c4b67cc86622bc (diff) |
Use configdir instead of *xchatdir*
Diffstat (limited to 'src')
-rw-r--r-- | src/common/plugin.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/common/plugin.c b/src/common/plugin.c index a30ba575..fb677325 100644 --- a/src/common/plugin.c +++ b/src/common/plugin.c @@ -1050,9 +1050,8 @@ hexchat_get_info (hexchat_plugin *ph, const char *id) return PACKAGE_VERSION; case 0xdd9b1abd: /* xchatdir */ - case 0x9a70daba: /* hexchatdir */ case 0xe33f6c4a: /* xchatdirfs */ - case 0xc1a52107: /* hexchatdirfs */ + case 0xd00d220b: /* configdir */ return get_xdir (); } |