diff options
author | bfox <bfox> | 2000-11-17 14:59:57 +0000 |
---|---|---|
committer | bfox <bfox> | 2000-11-17 14:59:57 +0000 |
commit | e663a647bf96fcee4696cc036f195487d0aea04e (patch) | |
tree | 2d892c11b4c34d119a31c767a0ed50c0ec5a6ff9 /todo.py | |
parent | b1dc26629c44795cffb5c77fa0a662d3d3b0dc3a (diff) | |
download | anaconda-e663a647bf96fcee4696cc036f195487d0aea04e.tar.gz anaconda-e663a647bf96fcee4696cc036f195487d0aea04e.tar.xz anaconda-e663a647bf96fcee4696cc036f195487d0aea04e.zip |
Added some state saving variables for monitor selection.
Diffstat (limited to 'todo.py')
-rw-r--r-- | todo.py | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -375,9 +375,11 @@ class ToDo: self.lilostate = "" self.videoCardOriginalName = "" self.videoCardOriginalNode = "" - self.videoCardState = "" + self.videoCardStateName = "" self.videoCardStateNode = "" self.videoRamState = "" + self.monitorOriginalName = "" + self.monitorOriginalNode = "" # If reconfig mode, don't probe floppy |