~teejee2008/timeshift/trunk

« back to all changes in this revision

Viewing changes to src/SettingsWindow.vala

  • Committer: Tony George
  • Date: 2013-10-24 15:11:55 UTC
  • Revision ID: teejee2008@gmail.com-20131024151155-3phu9mo26k2oflxq
Improved detection of disk partitions

Show diffs side-by-side

added added

removed removed

Lines of Context:
921
921
                        iterExists = store.iter_next (ref iter);
922
922
                }
923
923
                
924
 
                if (!App.is_live_system()){
 
924
                if (!App.live_system()){
925
925
                        App.is_scheduled = switch_schedule.active;
926
926
                }
927
927
        }