--- 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); }