~teejee2008/timeshift/trunk

« back to all changes in this revision

Viewing changes to src/Core/Main.vala

  • Committer: Tony George
  • Date: 2017-01-15 10:52:02 UTC
  • Revision ID: tony.george.kol@gmail.com-20170115105202-yui2jxemjigzv635
BTRFS: Trusty: Fixed error while deleting snapshots; Skip option --commit-after if not supported;

Show diffs side-by-side

added added

removed removed

Lines of Context:
3497
3497
 
3498
3498
                // SnapshotRepo contructor calls this code in load_snapshots()
3499
3499
                // save the new object reference to App.repo since repo still holds previous object
3500
 
                repo = parent_repo; 
 
3500
                repo = parent_repo;
 
3501
 
 
3502
                // TODO: move query_subvolume_info() and related methods to SnapshotRepo
3501
3503
                
3502
3504
                if ((repo == null) || !repo.btrfs_mode){
3503
3505
                        return;