Completed functionality of the delete buttons.

This commit is contained in:
Jordan Petridis
2017-10-27 04:31:39 +03:00
parent 0137e1e49b
commit e6ceb86201
6 changed files with 48 additions and 27 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ fn populate_flowbox(db: &Database, stack: &gtk::Stack, flowbox: &gtk::FlowBox) {
}
fn setup_podcast_widget(db: &Database, stack: &gtk::Stack) {
let pd_widget = podcast_widget(db, None, None, None);
let pd_widget = podcast_widget(db, stack, None, None, None);
stack.add_named(&pd_widget, "pdw");
}