#1069: no country name tooltips in peer list (Win32 build)
-------------------+--------------------------------------------------------
Reporter: seqn | Owner: andar
Type: bug | Status: new
Priority: minor | Milestone:
Component: gtkui | Version: 1.2.0_rc3
Keywords: |
-------------------+--------------------------------------------------------
In peers_tab.py, calling widget.get_tooltip_context throws an exception:
{{{
<type 'exceptions.AttributeError'>: 'gtk.TreeView' object has no attribute
'get_tooltip_context'
}}}
I know next to nothing about Python, but my guess is that an outdated
PyGTK version (2.12.1) was used for the Win32 build.
The [http://mail.gnome.org/archives/gnome-announce-
list/2008-August/msg00076.html changelog for PyGTK 2.13.0] includes:
> - Wrap gtk.!TreeView.get_tooltip_context (Gian, !#530145)
----
{{{
gtk.gtk_version = (2, 16, 6)
gtk.pygtk_version = (2, 12, 1)
Windows XP SP3
}}}
--
Ticket URL: <http://dev.deluge-torrent.org/ticket/1069>
Deluge <http://deluge-torrent.org/>
Deluge project
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Deluge Dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/deluge-dev?hl=en
-~----------~----~----~----~------~----~------~--~---