summaryrefslogtreecommitdiffstats
path: root/gui.py
diff options
context:
space:
mode:
Diffstat (limited to 'gui.py')
-rwxr-xr-xgui.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/gui.py b/gui.py
index 6736f8594..85ad41e1d 100755
--- a/gui.py
+++ b/gui.py
@@ -309,8 +309,9 @@ class InstallControlWindow (Thread):
self.bin.remove (self.installFrame)
self.table.attach (self.installFrame, 1, 3, 0, 1)
self.bin.add (self.table)
+ # fix to set the bgcolor to white (xmhtml sucks)
+ self.html.source ("<HTML><BODY BGCOLOR=white></BODY></HTML>")
self.html.source (self.currentScreen.getICS ().getHTML ())
-
self.hideHelpButton.show ()
self.showHelpButton.set_state (STATE_NORMAL)
self.hbox.pack_start (self.hideHelpButton, FALSE)