From db218817fdc895aa2e3e52a71aa2f4423a534423 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Sun, 4 Nov 2012 23:55:36 +0100 Subject: Use configdir instead of *xchatdir* --- src/common/plugin.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') 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 (); } -- cgit 1.4.1