From c988aca8264f000617d995f3d714f7924a665b1e Mon Sep 17 00:00:00 2001 From: Matt Wilson Date: Fri, 3 Sep 1999 21:57:45 +0000 Subject: fix for classes --- text.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'text.py') diff --git a/text.py b/text.py index 4768fb1e0..3ff675c0e 100644 --- a/text.py +++ b/text.py @@ -168,9 +168,9 @@ class InstallPathWindow: if (choice == 0): todo.setClass(installclass.GNOMEWorkstation()) elif (choice == 1): - etodo.setClass(installclass.KDEWorkstation()) + todo.setClass(installclass.KDEWorkstation()) elif (choice == 2): - etodo.setClass(installclass.Server()) + todo.setClass(installclass.Server()) return INSTALL_OK class UpgradeExamineWindow: -- cgit