Hello.  I have modified the GUI so that instead of using a state change slot to detect changes in the frequency bands, it uses a callback whenever the secondary variable "equalizer-using-vlcfreqs" changes.  This variable, of course, is needed, since the change in frequency bands is not applied until the next playback, and the variable "equalizer-vlcfreqs" changes whenever the user changes the bands setting in the preferences.  Thus, the callback must listen to "equalizer-using-vlcfreqs" and not "equalizer-vlcfreqs".  If it were to listen to "equalizer-vlcfreqs", we could have the following situation which will lead to incorrect labels in the GUI:  1) user opens VLC, 2) user starts playing a file, 3) user changes the bands setting (while the file is playing), and 4) user opens the extended controls window (while the file is playing).  Also, the workaround for a bug requiring the labels to be "00.0 dB" initially has been put back into the extended panels code.<br>