Update dependancies.
This commit is contained in:
@@ -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"}
|
||||
|
||||
@@ -77,7 +77,6 @@ fn setup_podcasts_grid(db: &Database, stack: >k::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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user