Add Show title in the Headerbar when switching to ShowWidget.

This commit is contained in:
Jordan Petridis
2017-12-15 13:45:08 +02:00
parent 6284c8828b
commit 4b0a6ea0f7
5 changed files with 63 additions and 28 deletions
+1 -2
View File
@@ -62,8 +62,7 @@ impl ShowsPopulated {
let pd = dbqueries::get_podcast_from_id(id).unwrap();
show.replace_widget(&pd);
// header.set_show_title(pd.title());
header.switch_to_back();
header.switch_to_back(pd.title());
show.switch_widget_animated();
}));
// Populate the flowbox with the Podcasts.