aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiktor w brodlo <wiktor@brodlo.net>2011-08-04 02:05:11 +0000
committerwiktor w brodlo <wiktor@brodlo.net>2011-08-04 02:05:11 +0000
commit2c2b83edd01fbe9f4e2afb8c915f6dd57d7b05b8 (patch)
tree706f237fe341de591afd380ab0f5c9cb4f374f0d
parentiw/makeconf_gui.py: validation (diff)
downloadanaconda-2c2b83edd01fbe9f4e2afb8c915f6dd57d7b05b8.tar.gz
anaconda-2c2b83edd01fbe9f4e2afb8c915f6dd57d7b05b8.tar.bz2
anaconda-2c2b83edd01fbe9f4e2afb8c915f6dd57d7b05b8.zip
iw/makeconf_gui.py: messageWindow is in anaconda.intf
-rw-r--r--iw/makeconf_gui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/makeconf_gui.py b/iw/makeconf_gui.py
index 50a0d69..2631d8a 100644
--- a/iw/makeconf_gui.py
+++ b/iw/makeconf_gui.py
@@ -37,7 +37,7 @@ _ = lambda x: gettext.ldgettext("anaconda", x)
class MakeconfWindow(InstallWindow):
def err(title, message):
- self.intf.messageWindow(title, message, custom_icon="error")
+ self.anaconda.intf.messageWindow(title, message, custom_icon="error")
raise gui.StayOnScreen
def getNext(self):