Use another alias for the same content.

This commit is contained in:
Mattias Põldaru 2012-03-06 20:46:08 +02:00
parent e0766fa018
commit 17233f2d90
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ class MediaTab(SettingsTab):
for key in self.mediaPlayers:
player = self.mediaPlayers[key]
checkbox = self.playerCheckBoxes[player.name]
checkbox.setPlayerName(key)
checkbox.setPlayerName(player.name)
if player.available:
checkbox.setText(player.display_name)
else: