--- gui.py | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gui.py b/gui.py index 9ce79cb..1a4344c 100755 --- a/gui.py +++ b/gui.py @@ -306,7 +306,7 @@ def titleBarMotionEventCB(widget, event, data): data["window"].move(int(newx), int(newy)) -def addFrame(dialog, title=None, showtitle = 1): +def addFrame(dialog, title=None): # make screen shots work dialog.connect ("key-release-event", handleShiftPrintScrnRelease) if title: @@ -405,7 +405,7 @@ class WaitWindow: box.add(label) box.set_shadow_type(gtk.SHADOW_NONE) self.window.add(box) - addFrame(self.window, showtitle = 0) + addFrame(self.window) self.window.show_all() rootPushBusyCursor() self.refresh() @@ -446,7 +446,7 @@ class ProgressWindow: box.pack_start (self.progress, True) self.window.add(box) - addFrame(self.window, showtitle = 0) + addFrame(self.window) self.window.show_all () rootPushBusyCursor() self.refresh() -- 1.6.6 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list