diff options
author | Matt Wilson <msw@redhat.com> | 2001-11-27 21:27:36 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-11-27 21:27:36 +0000 |
commit | 127e53dfc1bb6813bc134b26223b4641e6fae2e1 (patch) | |
tree | 535c43b5ef0ee3e71c955acd705df980c39d912c /splashscreen.py | |
parent | 161f0d8f6cc9c04c7f5ce2ea5341da86abd35df5 (diff) | |
download | anaconda-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.py | 2 |
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 |