Bug 200242

Summary: deprecation warnings in the firstboot EULA module
Product: [Fedora] Fedora Reporter: Chris Lumens <clumens>
Component: fedora-releaseAssignee: David Cantrell <dcantrell>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: wtogami
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-07-27 16:37:06 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Chris Lumens 2006-07-26 14:19:03 UTC
/usr/share/firstboot/modules/eula.py:41: GtkDeprecationWarning: gtk.FALSE is
deprecated, use False instead
  textView.set_editable(gtk.FALSE)
/usr/share/firstboot/modules/eula.py:68: GtkDeprecationWarning: gtk.TRUE is
deprecated, use True instead
  self.noButton.set_active(gtk.TRUE)
/usr/share/firstboot/modules/eula.py:70: GtkDeprecationWarning: gtk.TRUE is
deprecated, use True instead
  internalVBox.pack_start(textSW, gtk.TRUE)
/usr/share/firstboot/modules/eula.py:71: GtkDeprecationWarning: gtk.FALSE is
deprecated, use False instead
  internalVBox.pack_start(self.okButton, gtk.FALSE)
/usr/share/firstboot/modules/eula.py:72: GtkDeprecationWarning: gtk.FALSE is
deprecated, use False instead
  internalVBox.pack_start(self.noButton, gtk.FALSE)
/usr/share/firstboot/modules/eula.py:74: GtkDeprecationWarning: gtk.TRUE is
deprecated, use True instead
  self.vbox.pack_start(internalVBox, gtk.TRUE, 5)

Comment 1 Jesse Keating 2006-07-27 16:37:06 UTC
Converted to just True and False.  Building into rawhide.