Bug 200242 - deprecation warnings in the firstboot EULA module
Summary: deprecation warnings in the firstboot EULA module
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: fedora-release
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: David Cantrell
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-07-26 14:19 UTC by Chris Lumens
Modified: 2013-01-10 01:30 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-07-27 16:37:06 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.