Opened 16 months ago
Closed 12 months ago
#3610 closed bug (Fixed)
'Change Ownership' option gone from GTK-UI.
Reported by: | mhertz | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 2.1.1 |
Component: | GTK UI | Version: | develop |
Keywords: | Cc: |
Description
I narrowed issue down to commit #bcaaeac, specifically last change of menubar.py, breaking this i.e.:
- item = Gtk.RadioMenuItem(group=maingroup, label=username) + item = Gtk.RadioMenuItem.new_with_label(maingroup, username)
So reverting that, makes the menu/context-menu entries return for said option, which otherwise got hidden from called error-callback function. Strange as looks in line with documentation, but obviously no expert myself.
Issue reported on forum by darcmandeluge here: https://forum.deluge-torrent.org/viewtopic.php?p=237035#p237035
Thanks in advance!
Change History (1)
comment:1 by , 12 months ago
Milestone: | needs verified → 2.1.1 |
---|---|
Resolution: | → Fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Thanks for reporting, I managed to fix it properly in develop [fa8d19335ea78f5]