Revert back to using an Arc<Mutex<Connection>> instead of the pool.

This commit is contained in:
Jordan Petridis
2017-11-20 18:09:53 +02:00
parent ce29602431
commit 0ce4107be4
7 changed files with 112 additions and 80 deletions
-1
View File
@@ -44,7 +44,6 @@ pub fn refresh_feed(stack: &gtk::Stack, source: Option<Vec<Source>>, delay: Opti
if let Ok(mut x) = feeds {
feed::index(&mut x);
info!("Indexing done.");
sender.send(true).expect("Couldn't send data to channel");;
glib::idle_add(refresh_podcasts_view);