Partial cleanup of dbqueries.

This commit is contained in:
Jordan Petridis
2017-11-05 14:56:24 +02:00
parent 27c73e3d30
commit 7b5bca2162
6 changed files with 73 additions and 100 deletions
+1 -1
View File
@@ -145,5 +145,5 @@ fn init_flowbox(db: &Database, stack: &gtk::Stack, flowbox: &gtk::FlowBox) {
on_flowbox_child_activate(&db, &stack, &parent);
}));
// Populate the flowbox with the Podcasts.
populate_flowbox(db, stack, &flowbox);
populate_flowbox(db, stack, flowbox);
}