Fixed mplayer usage error to actually show standard error.

This commit is contained in:
Uriziel 2014-07-03 00:04:43 +02:00
parent b6f755785f
commit 6a191f8e24
1 changed files with 1 additions and 2 deletions

View File

@ -190,8 +190,7 @@ class MplayerPlayer(BasePlayer):
return path
def notMplayer2(self):
print getMessage("mplayer2-required")
self._listener.sendLine('quit')
self.reactor.callFromThread(self._client.ui.showErrorMessage, getMessage("mplayer2-required"), True)
self.drop()
def _takeLocksDown(self):