Crappy and ugly prototype of an episode banner prototype.

This commit is contained in:
Jordan Petridis
2017-11-02 13:25:35 +02:00
parent 300fe86dc5
commit 422e3fc638
5 changed files with 65 additions and 29 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ fn populate_flowbox(db: &Database, stack: &gtk::Stack, flowbox: &gtk::FlowBox) {
if let Ok(pds) = podcasts {
pds.iter().for_each(|parent| {
let f = create_flowbox_child(db, &parent);
let f = create_flowbox_child(db, parent);
f.connect_activate(clone!(db, stack, parent => move |_| {
on_flowbox_child_activate(&db, &stack, &parent);