summaryrefslogtreecommitdiffstats
path: root/gui.py
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2006-06-13 17:45:41 +0000
committerDavid Cantrell <dcantrell@redhat.com>2006-06-13 17:45:41 +0000
commitf13aa7792587a422b7681c3c4dff59675270069b (patch)
treece6cb809ecbcc856d86e2a421d0a29d490073969 /gui.py
parent4f4c89f0b505c1aa33bcc9036e1159fac427b7e5 (diff)
downloadanaconda-f13aa7792587a422b7681c3c4dff59675270069b.tar.gz
anaconda-f13aa7792587a422b7681c3c4dff59675270069b.tar.xz
anaconda-f13aa7792587a422b7681c3c4dff59675270069b.zip
Like we're going to have test 1 even working tomorrow.
Diffstat (limited to 'gui.py')
-rwxr-xr-xgui.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/gui.py b/gui.py
index b00c6132a..6a3892169 100755
--- a/gui.py
+++ b/gui.py
@@ -40,7 +40,6 @@ from constants import *
from network import hasActiveNetDev
import floppy
import rhpl
-from threading import *
from rhpl.translate import _, N_
@@ -49,8 +48,6 @@ from release_notes import *
import logging
log = logging.getLogger("anaconda")
-gobject.threads_init()
-
isys.bind_textdomain_codeset("redhat-dist", "UTF-8")
StayOnScreen = "stayOnScreen"
@@ -876,8 +873,7 @@ class InstallControlWindow:
self.setScreen ()
def releaseNotesButtonClicked (self, widget):
- rnv = ReleaseNotesViewerThread(self.anaconda)
- rnv.start()
+ rnv = ReleaseNotesViewerLauncher(self.anaconda)
def debugClicked (self, *args):
try: