From 0ad4615aea5803c5d0bc61c4c2841b00993230c2 Mon Sep 17 00:00:00 2001 From: Thomas Perl Date: Tue, 5 Oct 2010 10:35:27 +0200 Subject: [PATCH] Maemo 5: Don't show length in episode action dialog The length is now shown in the list view, so there is no need to show the length again in the actions dialog. --- src/gpodder/gtkui/frmntl/episodeactions.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/gpodder/gtkui/frmntl/episodeactions.py b/src/gpodder/gtkui/frmntl/episodeactions.py index 55fe2c55d..1c86248fe 100644 --- a/src/gpodder/gtkui/frmntl/episodeactions.py +++ b/src/gpodder/gtkui/frmntl/episodeactions.py @@ -149,7 +149,6 @@ def create_ui_not_downloaded(self): if self.episode.total_time > 0: play_button.set_title(self.action_play.props.label) - play_button.set_value(self.episode.get_play_info_string()) mark_new_button.set_active(not self.episode.is_played) mark_old_button.set_active(self.episode.is_played) @@ -197,7 +196,6 @@ def create_ui_downloaded(self): if self.episode.total_time > 0: play_button.set_title(self.action_play.props.label) - play_button.set_value(self.episode.get_play_info_string()) keep_button.set_active(self.episode.is_locked) self.new_keep_value = self.episode.is_locked