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
+2 -2
View File
@@ -11,10 +11,10 @@ glib = "0.3"
gio = "0.2"
gdk-pixbuf = "0.2"
loggerv = "0.3"
loggerv = "0.4"
log = "0.3"
open = "1.2"
dissolve = "0.1.3"
dissolve = "0.2"
hammond-data = {path = "../hammond-data"}
hammond-downloader = {path = "../hammond-downloader"}
-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);
}