Ticket #1086 (closed bug: fixed)

Opened 9 months ago

Last modified 9 months ago

DeprecationWarning: Use the new widget gtk.Tooltip

Reported by: RealEnder Owned by: andar
Priority: minor Milestone: 1.2.0
Component: gtkui Version: 1.2.0_rc3
Keywords: DeprecationWarning Tooltip Cc:

Description

gtk.Tooltips is deprecated as of pyGTK 2.12(released around beginnig of 2008):  http://www.pygtk.org/docs/pygtk/class-gtktooltips.html Deluge should use gtk.Tooltip:  http://www.pygtk.org/docs/pygtk/class-gtktooltip.html

Warning: /usr/lib/pymodules/python2.6/deluge/ui/gtkui/statusbar.py:108: DeprecationWarning?: Use the new widget gtk.Tooltip

self.tooltips = gtk.Tooltips()

Change History

Changed 9 months ago by damoxc

  • milestone changed from 1.2.0 to 1.3.0

Changed 9 months ago by andar

  • status changed from new to closed
  • resolution set to fixed
  • milestone changed from 1.3.0 to 1.2.0

Fixed [6026]

Note: See TracTickets for help on using tickets.