Skip to content

Commit

Permalink
Flattr: Reload when pressing play in the shownotes (bug 1684)
Browse files Browse the repository at this point in the history
  • Loading branch information
brot authored and thp committed Oct 1, 2012
1 parent d51ed37 commit 8aa3bf7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gpodder/gtkui/interface/shownotes.py
Expand Up @@ -105,6 +105,7 @@ def on_flattr_button_clicked(self, widget):
def on_play_button_clicked(self, widget=None):
if self.episode:
self._playback_episodes([self.episode])
self.set_flattr_information()

def on_download_button_clicked(self, widget=None):
if self.episode:
Expand Down

0 comments on commit 8aa3bf7

Please sign in to comment.