Whenever I scroll on panel mixer plugin to change volume, it doesn't work. It did work once, when the panel and mixer plugins were fresh, but after reloading panel, it stopped working forever. The tooltip text is fine and scrollbar is working nice, but it just has no effect. Mixer itself and panel button is working just fine. Using OSS and latest SVN mixer version.
very strange... can you use a debugger? If so, I panel-plugin/xfce-mixer-control-vc.c line 16 and see what it does...
What did you mean by that? I did compile with full debug, but dbg xfce4-panel doesn't show any errors connected to that code you pointed..
Ah, just noticed that i forgot to mention that panel and other xfce parts are also the same svn revisions.
Btw i got it working by commenting out the first if() in xfce-mixer-control-vc.c. Looks like "control->vcname" is NULL.
fixed