{{{
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/deluge/ui/gtk3/peers_tab.py",
line 361, in _on_query_tooltip
tooltip.set_text(COUNTRIES[country_code])
AttributeError: 'bool' object has no attribute 'set_text'
}}}
{{{
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/deluge/ui/gtk3/peers_tab.py",
line 351, in _on_button_press_event
self.peer_menu.popup(None, None, None, event.button, event.time)
TypeError: popup() missing 1 required positional argument: 'activate_time'
}}}
--
Ticket URL: <https://dev.deluge-torrent.org/ticket/3266>
Deluge <http://deluge-torrent.org/>
Deluge Project
Comment (by Cas):
See #3219 for first error
--
Ticket URL: <https://dev.deluge-torrent.org/ticket/3266#comment:1>
Comment (by Cas):
Fixed: [f61001a15]
--
Ticket URL: <https://dev.deluge-torrent.org/ticket/3266#comment:2>
* status: new => closed
* resolution: => Fixed
--
Ticket URL: <https://dev.deluge-torrent.org/ticket/3266#comment:3>