Add BookmarkAdd to dummy menu items
This fixes a warning about an accelerator and in some cases even a crash when opening the bookmarks menu.
This commit is contained in:
parent
f34223e55d
commit
3a36d27d6f
1 changed files with 1 additions and 0 deletions
|
@ -3579,6 +3579,7 @@ static const gchar* ui_markup =
|
||||||
*somewhere* in the UI definition */
|
*somewhere* in the UI definition */
|
||||||
"<menu action='Dummy'>"
|
"<menu action='Dummy'>"
|
||||||
"<menuitem action='FindPrevious'/>"
|
"<menuitem action='FindPrevious'/>"
|
||||||
|
"<menuitem action='BookmarkAdd'/>"
|
||||||
"<menuitem action='TabPrevious'/>"
|
"<menuitem action='TabPrevious'/>"
|
||||||
"<menuitem action='TabNext'/>"
|
"<menuitem action='TabNext'/>"
|
||||||
"<menuitem action='UndoTabClose'/>"
|
"<menuitem action='UndoTabClose'/>"
|
||||||
|
|
Loading…
Reference in a new issue