Bug 153041 - GtkDeprecationWarning: gtk.FALSE, gtk.TRUE
Summary: GtkDeprecationWarning: gtk.FALSE, gtk.TRUE
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: system-config-language
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: 2005-04-01 03:59 UTC by Ricky Ng-Adam
Modified: 2007-11-30 22:11 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-04-01 07:22:07 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
fixes the warnings (3.67 KB, patch)
2005-04-01 05:10 UTC, Colin Charles
no flags Details | Diff

Description Ricky Ng-Adam 2005-04-01 03:59:16 UTC
Description of problem:

/usr/share/system-config-language/language_gui.py:68: GtkDeprecationWarning:
gtk.TRUE is deprecated, use True instead
  self.msgLabel.set_line_wrap(gtk.TRUE)
/usr/share/system-config-language/language_gui.py:82: GtkDeprecationWarning:
gtk.FALSE is deprecated, use False instead
  self.langView.set_property("headers-visible", gtk.FALSE)
/usr/share/system-config-language/language_gui.py:120: GtkDeprecationWarning:
gtk.FALSE is deprecated, use False instead
  self.langView.set_cursor(path, self.col, gtk.FALSE)
/usr/share/system-config-language/language_gui.py:121: GtkDeprecationWarning:
gtk.TRUE is deprecated, use True instead
  self.langView.scroll_to_cell(path, self.col, gtk.TRUE, 0.5, 0.5)
/usr/share/system-config-language/language_gui.py:278: GtkDeprecationWarning:
gtk.FALSE is deprecated, use False instead
  self.iconBox.pack_start(self.icon, gtk.FALSE)
/usr/share/system-config-language/language_gui.py:280: GtkDeprecationWarning:
gtk.FALSE is deprecated, use False instead
  self.toplevel.pack_start(self.iconBox, gtk.FALSE)
/usr/share/system-config-language/language_gui.py:282: GtkDeprecationWarning:
gtk.FALSE is deprecated, use False instead
  self.toplevel.pack_start(gtk.HSeparator(), gtk.FALSE)
/usr/share/system-config-language/language_gui.py:283: GtkDeprecationWarning:
gtk.FALSE is deprecated, use False instead
  self.toplevel.pack_start(self.bb, gtk.FALSE)


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

1.1.8-3

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:10:05 UTC
Created attachment 112566 [details]
fixes the warnings

Comment 2 Paul Nasrat 2005-04-01 06:56:10 UTC
Umm this was already fixed in cvs not built - which cvs were you checking against.

All config tools are on elvis - thanks for the poke though will build today.


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