Opened 6 months ago

Closed 2 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 Changed 2 months ago by Cas

  • Milestone changed from needs verified to 2.1.1
  • Resolution set to Fixed
  • Status changed from new to closed

Thanks for reporting, I managed to fix it properly in develop [fa8d19335ea78f5]

Note: See TracTickets for help on using tickets.