Ghini / ghini.desktop

plant collections manager (desktop version)
http://ghini.github.io/
GNU General Public License v2.0
24 stars 14 forks source link

Tag menu doesn't work in 3.1 #369

Closed mfrasca closed 6 years ago

mfrasca commented 6 years ago
Traceback (most recent call last):
  File "/home/mario/.virtualenvs/ghide-3.1-dev/lib/python3.5/site-packages/ghini.desktop-3.1.3-py3.5.egg/bauble/plugins/tag/__init__.py", line 276, in on_new_button_clicked
    tags_menu_manager.reset(tag)
  File "/home/mario/.virtualenvs/ghide-3.1-dev/lib/python3.5/site-packages/ghini.desktop-3.1.3-py3.5.egg/bauble/plugins/tag/__init__.py", line 72, in reset
    self.menu_item.remove_submenu()
AttributeError: 'MenuItem' object has no attribute 'remove_submenu'
mfrasca commented 6 years ago

this was a simple one: there is no such function and we don't need it either.