PulseAudio detection should be slightly more stable.

git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@1150 05730e5d-ab1b-0410-a4ac-84af385074fa
This commit is contained in:
Thorvald Natvig 2008-05-09 23:48:45 +00:00
parent 7eec3b64d2
commit b4cce78522

View File

@ -552,7 +552,7 @@ void PulseAudioSystem::contextCallback(pa_context *c) {
qWarning("PulseAudio: Connection failure: %s", pa_strerror(pa_context_errno(c)));
break;
default:
break;
return;
}
qwcWait.wakeAll();
}