From 8d6f4d9d40c68f3174cbe94f7107dea74d00d5fc Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Tue, 30 Oct 2012 08:58:50 +0100 Subject: Some remaining fixes --- src/common/plugin.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/common/plugin.c') diff --git a/src/common/plugin.c b/src/common/plugin.c index a3bf8dc2..7ccd15b5 100644 --- a/src/common/plugin.c +++ b/src/common/plugin.c @@ -262,7 +262,7 @@ plugin_add (session *sess, char *filename, void *handle, void *init_func, pl->hexchat_find_context = hexchat_find_context; pl->hexchat_get_context = hexchat_get_context; pl->hexchat_get_info = hexchat_get_info; - pl->xchat_get_prefs = xchat_get_prefs; + pl->hexchat_get_prefs = hexchat_get_prefs; pl->hexchat_list_get = hexchat_list_get; pl->hexchat_list_free = hexchat_list_free; pl->hexchat_list_fields = hexchat_list_fields; @@ -1137,7 +1137,7 @@ hexchat_get_info (hexchat_plugin *ph, const char *id) } int -xchat_get_prefs (hexchat_plugin *ph, const char *name, const char **string, int *integer) +hexchat_get_prefs (hexchat_plugin *ph, const char *name, const char **string, int *integer) { int i = 0; -- cgit 1.4.1