summaryrefslogtreecommitdiffstats
path: root/textw/mouse_text.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-08-14 21:16:49 +0000
committerMatt Wilson <msw@redhat.com>2000-08-14 21:16:49 +0000
commitf785b2ca7a846e080e6fd0308c454ed9fc18ef14 (patch)
tree9c1e7268dd4ca2fc5f305eead73c90751ee6c39c /textw/mouse_text.py
parent46505290016a3d06229a207d99348166534ea511 (diff)
downloadanaconda-f785b2ca7a846e080e6fd0308c454ed9fc18ef14.tar.gz
anaconda-f785b2ca7a846e080e6fd0308c454ed9fc18ef14.tar.xz
anaconda-f785b2ca7a846e080e6fd0308c454ed9fc18ef14.zip
always show dialogue
Diffstat (limited to 'textw/mouse_text.py')
-rw-r--r--textw/mouse_text.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/textw/mouse_text.py b/textw/mouse_text.py
index 1e416c567..fa804f5fe 100644
--- a/textw/mouse_text.py
+++ b/textw/mouse_text.py
@@ -39,7 +39,9 @@ class MouseWindow:
self.c.setValue(" ")
def __call__(self, screen, mouse):
- if mouse.probed(): return
+# XXX ewt changed this and we can't figure out why -- we always
+# want to display this dialog so that you can turn on 3 button emu
+# if mouse.probed(): return
self.mice = mouse.available ()
mice = self.mice.keys ()