# HG changeset patch # User William Pitcock # Date 1196516560 21600 # Node ID b5a61f28daba3e18c425604e0b26a5447da19bd5 # Parent 92e3662004d63f179cc651977b2567b97239a915# Parent 5f9227fe09e916a522bf0b397802c33910d20e02 Automated merge with ssh://hg.atheme.org//hg/audacious diff -r 5f9227fe09e9 -r b5a61f28daba src/audacious/ui_preferences.c --- a/src/audacious/ui_preferences.c Sat Dec 01 14:37:59 2007 +0100 +++ b/src/audacious/ui_preferences.c Sat Dec 01 07:42:40 2007 -0600 @@ -172,7 +172,7 @@ typedef struct { WidgetType type; /* widget type */ char *label; /* widget title (for SPIN_BTN it's text left to widget)*/ - gboolean *cfg; /* connected config value */ + gpointer cfg; /* connected config value */ void (*callback) (void); /* this func will be called after value change, can be NULL */ char *tooltip; /* widget tooltip (for SPIN_BTN it's text right to widget), can be NULL */ gboolean child;