Skip to content

Commit

Permalink
Accidently commited erroneus version.
Browse files Browse the repository at this point in the history
  • Loading branch information
arvidj committed Apr 10, 2010
1 parent d0f1c1b commit 90cff11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion __init__.py
Expand Up @@ -57,7 +57,8 @@ def activate (self, shell):
self.db = shell.props.db
self.shell = shell
self.player = shell.get_player()
self.shell_cb_ self.player.connect ('playing-song-changed',
self.shell_cb_ids = (
self.player.connect ('playing-song-changed',
self._playing_entry_changed_cb),
self.player.connect ('playing-changed',
self._playing_changed_cb)
Expand Down

0 comments on commit 90cff11

Please sign in to comment.