summaryrefslogtreecommitdiffstats
path: root/splashscreen.py
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2005-03-12 03:01:54 +0000
committerPeter Jones <pjones@redhat.com>2005-03-12 03:01:54 +0000
commitb6c0d8fb54f90b8bc30b3d870997385954c64164 (patch)
tree912f3c026f2dc0b822691675d4e7e283cd745a72 /splashscreen.py
parentd267b1e14b912f42007a1a7fed1eb8cd2bd6d6be (diff)
downloadanaconda-b6c0d8fb54f90b8bc30b3d870997385954c64164.tar.gz
anaconda-b6c0d8fb54f90b8bc30b3d870997385954c64164.tar.xz
anaconda-b6c0d8fb54f90b8bc30b3d870997385954c64164.zip
fix warnings about gtk.TRUE and gtk.FALSE, partly based on a patch
from Colin Walters.
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 76ecb5663..d3f8b9017 100644
--- a/splashscreen.py
+++ b/splashscreen.py
@@ -73,7 +73,7 @@ def splashScreenShow(configFileData):
splashwindow.show_now()
gtk.gdk.flush()
while gtk.events_pending():
- gtk.main_iteration(gtk.FALSE)
+ gtk.main_iteration(False)
def splashScreenPop():
global splashwindow