[rhel6-branch 1/2] Nuke addFrame()'s showtitle parameter (#520146).

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



---
 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

[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux