diff -r 5f73e8c06a9c -r 5f93e09fa9a6 plugins/history.c --- a/plugins/history.c Wed Jan 11 03:42:22 2006 +0000 +++ b/plugins/history.c Wed Jan 11 04:32:12 2006 +0000 @@ -150,7 +150,8 @@ } } -static void history_prefs_cb(const char *name, GaimPrefType type, gpointer val, gpointer data) +static void history_prefs_cb(const char *name, GaimPrefType type, + gconstpointer val, gpointer data) { history_prefs_check((GaimPlugin *)data); }