Ticket #1086 (closed bug: fixed)
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
Note: See
TracTickets for help on using
tickets.
