Bug 135559 - avoid using depreciated api
Summary: avoid using depreciated api
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: system-config-securitylevel
Version: rawhide
Hardware: All
OS: Linux
medium
low
Target Milestone: ---
Assignee: Paul Nasrat
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-10-13 14:43 UTC by Rahul Sundaram
Modified: 2007-11-30 22:10 UTC (History)
0 users

Fixed In Version: 1.4.11
Clone Of:
Environment:
Last Closed: 2004-10-14 15:29:45 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Rahul Sundaram 2004-10-13 14:43:09 UTC
Description of problem:

This is a minor bug. More of a annoyance but it would be better to fix
this anyway


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


 1.4.8  

How reproducible:

everytime


Steps to Reproduce:
1. run system-config-securitylevel from the command line
  
Actual results:
/usr/share/system-config-securitylevel/securitylevel.py:74:
DeprecationWarning: use gtk.ComboBox
  self.securityOptionMenu = gtk.OptionMenu()
/usr/share/system-config-securitylevel/selinuxPage.py:297:
DeprecationWarning: use gtk.ComboBox
  self.selinuxTypeOptionMenu = gtk.OptionMenu()


Expected results:

No such warnings 


Additional info:

Comment 1 Paul Nasrat 2004-10-14 15:29:45 UTC
Next version to hit rawhide no longer uses deprecated api.


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