Deluge
2018-12-02 11:29:00 UTC
#3219: Crash setting peers tabs tooltip
--------------------+---------------------------
Reporter: Cas | Owner:
Type: bug | Status: new
Priority: minor | Milestone: 2.0.0
Component: GTK UI | Version: develop (git)
Keywords: |
--------------------+---------------------------
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`
--
Ticket URL: <https://dev.deluge-torrent.org/ticket/3219>
Deluge <http://deluge-torrent.org/>
Deluge Project
--------------------+---------------------------
Reporter: Cas | Owner:
Type: bug | Status: new
Priority: minor | Milestone: 2.0.0
Component: GTK UI | Version: develop (git)
Keywords: |
--------------------+---------------------------
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`
--
Ticket URL: <https://dev.deluge-torrent.org/ticket/3219>
Deluge <http://deluge-torrent.org/>
Deluge Project
--
You received this message because you are subscribed to the Google Groups "Deluge Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to deluge-dev+***@googlegroups.com.
To post to this group, send email to deluge-***@googlegroups.com.
Visit this group at https://groups.google.com/group/deluge-dev.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "Deluge Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to deluge-dev+***@googlegroups.com.
To post to this group, send email to deluge-***@googlegroups.com.
Visit this group at https://groups.google.com/group/deluge-dev.
For more options, visit https://groups.google.com/d/optout.