~teejee2008/timeshift/trunk

« back to all changes in this revision

Viewing changes to src/Core/Main.vala

  • Committer: Tony George
  • Date: 2017-01-15 07:36:56 UTC
  • Revision ID: tony.george.kol@gmail.com-20170115073656-ipunvgdzzy0zer5o
BTRFS: Allow BTRFS snapshots to be marked for deletion
BTRFS: Use option --commit-after when deleting subvolumes
Updated the messages displayed on last page of Setup Wizard and Restore Window

Show diffs side-by-side

added added

removed removed

Lines of Context:
1369
1369
        public void delete_begin(){
1370
1370
 
1371
1371
                log_debug("Main: delete_begin()");
 
1372
                progress_text = _("Preparing...");
1372
1373
                
1373
1374
                try {
1374
1375
                        thread_delete_running = true;