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:
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