Move get_pixbuf_from_path into hammond_gtk/src/utils.rs module.

This commit is contained in:
Jordan Petridis
2017-11-30 21:38:21 +02:00
parent bf240a00f4
commit 94879b4256
3 changed files with 42 additions and 38 deletions
+1
View File
@@ -7,6 +7,7 @@ use hammond_data::dbqueries;
use hammond_data::Podcast;
use widgets::podcast::*;
use utils::get_pixbuf_from_path;
fn setup_empty_view(stack: &gtk::Stack) {
let builder = gtk::Builder::new_from_resource("/org/gnome/hammond/gtk/empty_view.ui");