Bug 153049

Summary: GtkDeprecationWarning: gtk.FALSE, gtk.TRUE
Product: [Fedora] Fedora Reporter: Ricky Ng-Adam <rngadam>
Component: system-config-packagesAssignee: Jeremy Katz <katzj>
Status: CLOSED RAWHIDE QA Contact:
Severity: low Docs Contact:
Priority: medium    
Version: rawhideCC: byte
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: 2005-04-28 01:19:01 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 Ricky Ng-Adam 2005-04-01 04:18:19 UTC
Description of problem:

/usr/lib/python2.4/site-packages/rhpl/GenericError.py:47: GtkDeprecationWarning:
gtk.TRUE is deprecated, use True instead
  self.label.set_use_markup (TRUE)

Version-Release number of selected component (if applicable):

1.2.21-2

How reproducible:

always

Steps to Reproduce:
1. start program at console
2.
3.
  
Actual results:

extraneous warnings

Expected results:

no warnings

Additional info:

Most system-config-* have the same problems, I'm opening a bug for each.

Comment 1 Colin Charles 2005-04-01 04:58:36 UTC
Since we're getting rid of this and replacing it with PUP, do we really want to
commit anything to this?

Comment 2 Jeremy Katz 2005-04-28 01:19:01 UTC
Fixed these when I was making some other tweaks