Opened 5 years ago

Closed 5 years ago

#3266 closed bug (Fixed)

GTK Peers tabs errors

Reported by: Calum Owned by:
Priority: minor Milestone: 2.0.3
Component: Unknown Version: 2.0.0
Keywords: Cc:

Description

Errors in the peers tab that needs fixings

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'

Change History (3)

comment:1 by Calum, 5 years ago

See #3219 for first error

comment:2 by Calum, 5 years ago

Fixed: [f61001a15]

comment:3 by Calum, 5 years ago

Resolution: Fixed
Status: newclosed
Note: See TracTickets for help on using tickets.