Opened 15 years ago

Closed 15 years ago

#1086 closed bug (Fixed)

DeprecationWarning: Use the new widget gtk.Tooltip

Reported by: RealEnder Owned by: andar
Priority: minor Milestone: 1.2.0
Component: GTK UI 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 (2)

comment:1 by Damien Churchill, 15 years ago

Milestone: 1.2.01.3.0

comment:2 by andar, 15 years ago

Milestone: 1.3.01.2.0
Resolution: fixed
Status: newclosed

Fixed [6026]

Note: See TracTickets for help on using tickets.