~teejee2008/timeshift/trunk

« back to all changes in this revision

Viewing changes to src/Gtk/WizardWindow.vala

  • Committer: Tony George
  • Date: 2016-08-24 17:02:17 UTC
  • Revision ID: tony.george.kol@gmail.com-20160824170217-evbrjfbzrkjbt4x5
Moved classes to separate files

Show diffs side-by-side

added added

removed removed

Lines of Context:
753
753
                gtk_set_busy(true, this);
754
754
                
755
755
                //Device previous_device = App.snapshot_device;
756
 
                App.repo = new SnapshotStore.from_device(pi, this);
 
756
                App.repo = new SnapshotRepo.from_device(pi, this);
757
757
                App.repo.check_status();
758
758
                
759
759
                //log_debug("selected: %s".printf(pi.device));
768
768
                //      (pi.children.size == 0) ? "null" : pi.children[0].device));
769
769
                
770
770
                if ((pi.fstype == "luks") && !pi.has_children() && newpi.has_children()){
771
 
                        App.repo = new SnapshotStore.from_device(newpi.children[0], this);
 
771
                        App.repo = new SnapshotRepo.from_device(newpi.children[0], this);
772
772
                        App.repo.check_status();
773
773
                        tv_devices_refresh();
774
774
                }