~teejee2008/timeshift/trunk

« back to all changes in this revision

Viewing changes to src/Gtk/MainWindow.vala

  • Committer: Tony George
  • Date: 2016-09-17 10:02:08 UTC
  • Revision ID: tony.george.kol@gmail.com-20160917100208-jytnb4dxjh7169uc
Gui: prompt for unlocking snapshot device if device is locked; Retain snapshot device selection for next run if device is unavailable on current run; Fixed the width of comment column; Save the uuid of snaphots device's parent to app config;

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
                        tmr_init = 0;
97
97
                }
98
98
 
 
99
                if (!App.repo.available()){
 
100
                        if (App.backup_parent_uuid.length > 0){
 
101
                                log_debug("repo: creating from parent uuid");
 
102
                                App.repo = new SnapshotRepo.from_uuid(App.backup_parent_uuid, this);
 
103
                        }
 
104
                }
 
105
 
99
106
                refresh_all();
100
107
 
101
108
                if (App.first_run){