Skip to content

Commit

Permalink
Merge pull request qtile#71 from the-isz/mpd_widget_fix
Browse files Browse the repository at this point in the history
Fixed Mpd widget to continue updating after the first update.
  • Loading branch information
cortesi committed May 24, 2011
2 parents f3a14e4 + 3e82b22 commit 56204cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libqtile/widget/mpdwidget.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ def update(self):
self.text = playing
self.bar.draw()

return True

def click(self, x, y, button):
if button == 1:
if not self.client.status():
Expand Down

0 comments on commit 56204cc

Please sign in to comment.