diff options
author | Calum Lind <calumlind+deluge@gmail.com> | 2019-06-11 22:38:07 +0200 |
---|---|---|
committer | Calum Lind <calumlind+deluge@gmail.com> | 2019-06-12 10:40:51 +0200 |
commit | 7ee8750be4bc5d2c652e6df9455ac56dc45ca28c (patch) | |
tree | c9b14b0808518d07a4de3f3c21ddfb892ea73fdf /CHANGELOG.md | |
parent | [GTK] Fix missing argument for GtkMenu.popup() (diff) | |
download | deluge-7ee8750be4bc5d2c652e6df9455ac56dc45ca28c.tar.xz deluge-7ee8750be4bc5d2c652e6df9455ac56dc45ca28c.zip |
[GTK] Fix peers tab flag tooltip error
Hovering over a country flag resulted in an AttributeError.
This is due to get_tooltip_context now returning a bool value instead of
the tooltip object.
Fixes: #3219
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index aaeb6989b..e2d6db23f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## 2.0.3 (WiP) +### Gtk UI + +- Fix Peers Tab tooltip and context menu errors (#3266). + ### Web UI - Fix TypeError in Peers Tab setting country flag. |