CVSROOT: /cvs Module name: ports Changes by: [email protected] 2011/08/02 09:17:43
Modified files:
sysutils/xstatbar: Makefile
Added files:
sysutils/xstatbar/patches: patch-stats_c
Log message:
Prevent xstatbar to hang on startup with some audio chip:
if devinfo.type != AUDIO_MIXER_CLASS is true, xstatbar will never make
progress and loop forever. Fix it by trying the next device.
from Tobias Ulmer, thanks!
ok jasper@ landry@
