From 9cbc3973d993ffbad48e06fa58c8addcb6db1ee7 Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Mon, 12 Dec 2005 17:36:34 +0000 Subject: Forgot one parameter. --- installclass.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'installclass.py') diff --git a/installclass.py b/installclass.py index 111fb0b3c..1f1020551 100644 --- a/installclass.py +++ b/installclass.py @@ -412,7 +412,7 @@ class BaseInstallClass: id.xsetup.xhwstate.set_videocard_ram(int(videoRam)) - def configureX(self, id, driver = None, videoRam = None, resolution = None, depth = None, noProbe = 0, startX = 0): + def configureX(self, id, driver = None, videoRam = None, resolution = None, depth = None, startX = 0): self.setVideoCard(id, driver, videoRam) if startX: -- cgit