summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbfox <bfox>2000-12-09 00:14:57 +0000
committerbfox <bfox>2000-12-09 00:14:57 +0000
commitf61a3d2f5d267c2677db912580d88ba51373d286 (patch)
tree136866dba382e9207c9c0ad0a9b1929740ed0f4b
parent7c76c5375550ed2ff0204dbc0f50b6ab43d75522 (diff)
downloadanaconda-f61a3d2f5d267c2677db912580d88ba51373d286.tar.gz
anaconda-f61a3d2f5d267c2677db912580d88ba51373d286.tar.xz
anaconda-f61a3d2f5d267c2677db912580d88ba51373d286.zip
Added state variables for monitor and sync rates
-rw-r--r--todo.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/todo.py b/todo.py
index 7a1e784ca..9b0822664 100644
--- a/todo.py
+++ b/todo.py
@@ -376,12 +376,17 @@ class ToDo:
self.lilostate = ""
self.videoCardOriginalName = ""
self.videoCardOriginalNode = ""
+ self.isDDC = ""
self.videoCardStateName = ""
self.videoCardStateNode = ""
self.videoRamState = ""
self.videoRamOriginal = ""
self.monitorOriginalName = ""
self.monitorOriginalNode = ""
+ self.monitorHsync = ""
+ self.monitorVsync = ""
+ self.monitorHsyncState = ""
+ self.monitorVsyncState = ""
self.probedFlag = ""
self.resState = ""
self.depthState = ""