Skip to content

Commit

Permalink
GTK UI: Show duration and position in shownotes (bug 1364)
Browse files Browse the repository at this point in the history
Conflicts:
	src/gpodder/gtkui/desktop/shownotes.py
  • Loading branch information
thp committed Jul 5, 2011
1 parent dbc9e8d commit af67af2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/gpodder/gtkui/desktop/shownotes.py
Expand Up @@ -44,7 +44,7 @@
<body>
<span style="font-size: big; font-weight: bold;">%s</span>
<br>
<span style="font-size: small;">%s</span>
<span style="font-size: small;">%s (%s)</span>
<hr style="border: 1px #eeeeee solid;">
<p>%s</p>
</body>
Expand Down Expand Up @@ -133,6 +133,7 @@ def on_display_text(self):
args = (
saxutils.escape(heading),
saxutils.escape(subheading),
self.episode.get_play_info_string(),
description,
)
url = os.path.dirname(self.episode.channel.url)
Expand Down

0 comments on commit af67af2

Please sign in to comment.