public async void load_thumbs(){ pane.set_visible(false); pane.newmodel = new Gtk.ListStore (2, typeof (Gdk.Pixbuf), typeof (string)); pane.set_selection_mode (Gtk.SelectionMode.SINGLE); pane.set_pixbuf_column (0); pane.set_model(pane.newmodel); //Add thumbnails to the iconview string buff; for(int i=1; i