summaryrefslogtreecommitdiffstats
path: root/gui.py
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2006-06-13 21:36:42 +0000
committerDavid Cantrell <dcantrell@redhat.com>2006-06-13 21:36:42 +0000
commit9bda9dc65064165502f9a8d07e1e1cd67ed85771 (patch)
tree4cebf60d1835823d0e3521fe249a45a65006779d /gui.py
parent8439bd2bb9152173fd7c3240bfb32e9abb8d492d (diff)
downloadanaconda-9bda9dc65064165502f9a8d07e1e1cd67ed85771.tar.gz
anaconda-9bda9dc65064165502f9a8d07e1e1cd67ed85771.tar.xz
anaconda-9bda9dc65064165502f9a8d07e1e1cd67ed85771.zip
Release notes viewer updates.
Diffstat (limited to 'gui.py')
-rwxr-xr-xgui.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/gui.py b/gui.py
index 6a3892169..30c413cf0 100755
--- a/gui.py
+++ b/gui.py
@@ -873,7 +873,10 @@ class InstallControlWindow:
self.setScreen ()
def releaseNotesButtonClicked (self, widget):
- rnv = ReleaseNotesViewerLauncher(self.anaconda)
+ if not self.rnv.isShowing():
+ self.rnv.view()
+ else:
+ print "Release notes viewer already running"
def debugClicked (self, *args):
try:
@@ -989,6 +992,7 @@ class InstallControlWindow:
self.currentWindow = None
self.anaconda = anaconda
self.handle = None
+ self.rnv = ReleaseNotesViewer(self.anaconda)
def keyRelease (self, window, event):
if ((event.keyval == gtk.keysyms.KP_Delete