Update dependancies.

This commit is contained in:
Jordan Petridis
2017-11-01 10:54:36 +02:00
parent c942e357b7
commit 0e6b6b2cce
6 changed files with 127 additions and 128 deletions
-1
View File
@@ -77,7 +77,6 @@ fn setup_podcasts_grid(db: &Database, stack: &gtk::Stack) {
// FIXME: flowbox childs activate with space/enter but not with clicks.
let flowbox: gtk::FlowBox = builder.get_object("flowbox").unwrap();
// Populate the flowbox with the Podcasts.
// populate_podcasts_flowbox(db, stack, &flowbox);
populate_flowbox(db, stack, &flowbox);
}