diff options
author | Matt Wilson <msw@redhat.com> | 2001-07-05 17:02:50 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-07-05 17:02:50 +0000 |
commit | ac1418e72bf805fc1642bcbd1db336af352a7ea7 (patch) | |
tree | 9a0648625b03c63c05980e5b796dd33c8fa83a15 /splashscreen.py | |
parent | 480b41c75d5c4fb3d1bfa77ab97752ea4e2196e1 (diff) | |
download | anaconda-ac1418e72bf805fc1642bcbd1db336af352a7ea7.tar.gz anaconda-ac1418e72bf805fc1642bcbd1db336af352a7ea7.tar.xz anaconda-ac1418e72bf805fc1642bcbd1db336af352a7ea7.zip |
disable threads, you MUST use the new pygtk package now
Diffstat (limited to 'splashscreen.py')
-rw-r--r-- | splashscreen.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/splashscreen.py b/splashscreen.py index 2c7732465..5fe08667b 100644 --- a/splashscreen.py +++ b/splashscreen.py @@ -14,6 +14,7 @@ # import os +os.environ["PYGTK_DISABLE_THREADS"] = "1" os.environ["PYGTK_FATAL_EXCEPTIONS"] = "1" os.environ["GNOME_DISABLE_CRASH_DIALOG"] = "1" |