Skip to content

Commit

Permalink
Fix crash when displaying settings in context menu popup
Browse files Browse the repository at this point in the history
A separator menu item was being added twice.

Fixes #13029.
  • Loading branch information
Nick-Hall committed Sep 15, 2023
1 parent b527e3d commit 54cc357
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gramps/plugins/view/pedigreeview.py
Original file line number Diff line number Diff line change
Expand Up @@ -1828,7 +1828,6 @@ def add_settings_to_menu(self, menu):
menu.append(item)

# Help menu entry
menu.append(item)
item = Gtk.MenuItem(label=_("About Pedigree View"))
item.connect("activate", self.on_help_clicked)
item.show()
Expand Down

0 comments on commit 54cc357

Please sign in to comment.