summaryrefslogtreecommitdiffstats
path: root/splashscreen.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-11-27 21:27:36 +0000
committerMatt Wilson <msw@redhat.com>2001-11-27 21:27:36 +0000
commit127e53dfc1bb6813bc134b26223b4641e6fae2e1 (patch)
tree535c43b5ef0ee3e71c955acd705df980c39d912c /splashscreen.py
parent161f0d8f6cc9c04c7f5ce2ea5341da86abd35df5 (diff)
downloadanaconda-127e53dfc1bb6813bc134b26223b4641e6fae2e1.tar.gz
anaconda-127e53dfc1bb6813bc134b26223b4641e6fae2e1.tar.xz
anaconda-127e53dfc1bb6813bc134b26223b4641e6fae2e1.zip
don't use the old set_all adjustment function, set numeric properties, make html widget easier to customize
Diffstat (limited to 'splashscreen.py')
-rw-r--r--splashscreen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/splashscreen.py b/splashscreen.py
index 468f30517..53c2ded7d 100644
--- a/splashscreen.py
+++ b/splashscreen.py
@@ -15,7 +15,7 @@
import os
os.environ["PYGTK_DISABLE_THREADS"] = "1"
-os.environ["PYGTK_FATAL_EXCEPTIONS"] = "1"
+#os.environ["PYGTK_FATAL_EXCEPTIONS"] = "1"
os.environ["GNOME_DISABLE_CRASH_DIALOG"] = "1"
import gtk