summaryrefslogtreecommitdiffstats
path: root/gui.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-07-15 17:16:49 +0000
committerMatt Wilson <msw@redhat.com>2000-07-15 17:16:49 +0000
commitd8d607a9a07405263a592baac83003fcad1bbd97 (patch)
tree80fa3cff932f1a5d1c15c1414f2bdba9abc8e51f /gui.py
parent656a291da7d33ab43ed9cc91c5f3df0849895033 (diff)
downloadanaconda-d8d607a9a07405263a592baac83003fcad1bbd97.tar.gz
anaconda-d8d607a9a07405263a592baac83003fcad1bbd97.tar.xz
anaconda-d8d607a9a07405263a592baac83003fcad1bbd97.zip
size tweak on exception screen, don't use mousekeys if we're not installing
Diffstat (limited to 'gui.py')
-rwxr-xr-xgui.py11
1 files changed, 6 insertions, 5 deletions
diff --git a/gui.py b/gui.py
index 6358020af..c8b151955 100755
--- a/gui.py
+++ b/gui.py
@@ -145,7 +145,7 @@ class ExceptionWindow:
"report at "
"http://bugzilla.redhat.com/bugzilla"))
info.set_line_wrap (TRUE)
- info.set_usize (350, -1)
+ info.set_usize (400, -1)
hbox.pack_start (sw, TRUE)
win.vbox.pack_start (info, FALSE)
@@ -318,10 +318,11 @@ class InstallInterface:
from xkb import XKB
kb = XKB()
- try:
- kb.setMouseKeys (1)
- except SystemError:
- pass
+ if todo.installSystem:
+ try:
+ kb.setMouseKeys (1)
+ except SystemError:
+ pass
if todo.instClass.keyboard:
info = todo.keyboard.getXKB()
if info: