Bug 159114

Summary: system-config-httpd gives deprecation warnings
Product: [Fedora] Fedora Reporter: petrosyan
Component: system-config-httpdAssignee: Phil Knirsch <pknirsch>
Status: CLOSED DEFERRED QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-05-30 09:56:21 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 petrosyan 2005-05-30 05:20:56 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050524 Fedora/1.0.4-4 Firefox/1.0.4

Description of problem:
when running system-config-httpd from a terminal it gives the following deprecation warnings:
$ system-config-httpd
/usr/share/system-config-httpd/CheckList.py:12: DeprecationWarning: use gtk.TreeView
  CList.__init__ (self, 2)
/usr/share/system-config-httpd/ApacheConf.py:122: DeprecationWarning: use gtk.TreeView
  gtk.CList.__init__ (self, 3, [_("Error Code"), _("Behavior"), _("Location")])


Version-Release number of selected component (if applicable):
system-config-httpd-1.3.2-2

How reproducible:
Always

Steps to Reproduce:
1. run system-config-httpd from a terminal

Additional info:

Comment 1 Phil Knirsch 2005-05-30 09:56:21 UTC
Those are not fixable unless the UI would get a major overhaul (the gtk.TreeView
doesn't really replace the CList)

If a real switch to gtk2 is done this will be fixed alongside.

Read ya, Phil