summaryrefslogtreecommitdiffstats
path: root/gui.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2004-08-26 20:53:41 +0000
committerJeremy Katz <katzj@redhat.com>2004-08-26 20:53:41 +0000
commitb29b0fa261c39078716d88d23400e221084d4773 (patch)
tree53e125eb3196ba1f254257770674e23ec29580ea /gui.py
parent33a14f4b2f94766eddbff39fb5605e803271019d (diff)
downloadanaconda-b29b0fa261c39078716d88d23400e221084d4773.tar.gz
anaconda-b29b0fa261c39078716d88d23400e221084d4773.tar.xz
anaconda-b29b0fa261c39078716d88d23400e221084d4773.zip
jrb broke it!
remove extra unneeded call to gtk.mainloop(). this causes a need for double clicking exit and probably other weird things too (#131028)
Diffstat (limited to 'gui.py')
-rwxr-xr-xgui.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/gui.py b/gui.py
index a9fb476cf..36e7123ec 100755
--- a/gui.py
+++ b/gui.py
@@ -1149,9 +1149,6 @@ class InstallControlWindow:
if self.displayHelp:
self.refreshHelp()
- if step == "install":
- gtk.mainloop()
-
def destroyCurrentWindow(self):
children = self.installFrame.get_children ()