--- a/src/gtkstatusbox.c Wed Jan 11 03:42:22 2006 +0000 +++ b/src/gtkstatusbox.c Wed Jan 11 04:32:12 2006 +0000 @@ -621,7 +621,7 @@ static void current_status_pref_changed_cb(const char *name, GaimPrefType type, - gpointer val, gpointer data) + gconstpointer val, gpointer data) { GtkGaimStatusBox *box = data; @@ -637,7 +637,7 @@ static void buddy_list_details_pref_changed_cb(const char *name, GaimPrefType type, - gpointer val, gpointer data) + gconstpointer val, gpointer data) { GtkGaimStatusBox *status_box = (GtkGaimStatusBox *)data; @@ -648,7 +648,7 @@ static void spellcheck_prefs_cb(const char *name, GaimPrefType type, - gpointer value, gpointer data) + gconstpointer value, gpointer data) { #ifdef USE_GTKSPELL GtkGaimStatusBox *status_box = (GtkGaimStatusBox *)data;