Bug 153034

Summary: GtkDeprecationWarning: gtk.FALSE, gtk.TRUE
Product: [Fedora] Fedora Reporter: Ricky Ng-Adam <rngadam>
Component: authconfigAssignee: Tomas Mraz <tmraz>
Status: CLOSED RAWHIDE QA Contact: Brian Brock <bbrock>
Severity: low Docs Contact:
Priority: medium    
Version: rawhideCC: byte
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: authconfig-4.6.12-1 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-04-12 14:04:56 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:
Attachments:
Description Flags
patch to fix the warnings none

Description Ricky Ng-Adam 2005-04-01 03:26:45 UTC
Description of problem:

/usr/share/authconfig/authconfig-gtk.py:290: GtkDeprecationWarning: gtk.FALSE is
deprecated, use False instead
  dialog.set_resizable(gtk.FALSE)

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

authconfig-gtk-4.6.11-1

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 05:25:26 UTC
Attached patch fixes all the gtk warnings.

Comment 2 Colin Charles 2005-04-01 05:26:14 UTC
Created attachment 112570 [details]
patch to fix the warnings

Comment 3 Tomas Mraz 2005-04-12 14:04:56 UTC
Applied the patch, thank you Colin.