Opened 4 years ago
Closed 4 years ago
#3266 closed bug (Fixed)
GTK Peers tabs errors
Reported by: | Cas | 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 Changed 4 years ago by Cas
comment:2 Changed 4 years ago by Cas
Fixed: [f61001a15]
comment:3 Changed 4 years ago by Cas
- Resolution set to Fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
See #3219 for first error