Opened 6 years ago

Closed 5 years ago

#3219 closed bug (Fixed)

Crash setting peers tabs tooltip

Reported by: Calum Owned by:
Priority: minor Milestone: 2.0.3
Component: GTK UI Version: develop
Keywords: Cc: renato

Description

User reported the following crash:

 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'

This can be fixed by renaming tooltip var set from get_tooltip_context to is_tooltip

Change History (3)

comment:1 by Calum, 6 years ago

Milestone: 2.0.02.1.x

Ticket retargeted after milestone closed

comment:2 by Calum, 5 years ago

Milestone: 2.1.x2.0.3

comment:3 by Calum, 5 years ago

Resolution: Fixed
Status: newclosed

Fixed: 7ee8750be

Note: See TracTickets for help on using tickets.