Opened 5 years ago

Closed 4 years ago

#3219 closed bug (Fixed)

Crash setting peers tabs tooltip

Reported by: Cas Owned by:
Priority: minor Milestone: 2.0.3
Component: GTK UI Version: develop
Keywords: Cc: firefox

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 Changed 5 years ago by Cas

  • Milestone changed from 2.0.0 to 2.1.x

Ticket retargeted after milestone closed

comment:2 Changed 4 years ago by Cas

  • Milestone changed from 2.1.x to 2.0.3

comment:3 Changed 4 years ago by Cas

  • Resolution set to Fixed
  • Status changed from new to closed

Fixed: 7ee8750be

Note: See TracTickets for help on using tickets.