Example #1
0
 def restore_this_to( self ):
     sid = self.list_snapshots.currentSnapshotID()
     if not sid.isRoot:
         restoredialog.restore( self, sid, self.path, None )
Example #2
0
 def restoreThisTo(self):
     sid = self.timeLine.currentSnapshotID()
     if not sid.isRoot:
         restoredialog.restore(self, sid, self.path, None)
Example #3
0
 def restoreThisTo(self):
     sid = self.timeLine.currentSnapshotID()
     if not sid.isRoot:
         restoredialog.restore(self, sid, self.path, None)
Example #4
0
 def restore_this_to(self):
     sid = self.list_snapshots.currentSnapshotID()
     if not sid.isRoot:
         restoredialog.restore(self, sid, self.path, None)