Add 'Add Bookmark' to the available toolbar items
This commit is contained in:
parent
edb28df168
commit
f955da564b
1 changed files with 1 additions and 1 deletions
|
@ -2589,7 +2589,7 @@ midori_browser_get_toolbar_actions (MidoriBrowser* browser)
|
||||||
"Fullscreen", "Preferences", "Window", "Bookmarks",
|
"Fullscreen", "Preferences", "Window", "Bookmarks",
|
||||||
"RecentlyVisited", "ReloadStop", "ZoomIn", "TabClose",
|
"RecentlyVisited", "ReloadStop", "ZoomIn", "TabClose",
|
||||||
"ZoomOut", "Separator", "Back", "Forward", "Homepage",
|
"ZoomOut", "Separator", "Back", "Forward", "Homepage",
|
||||||
"Panel", "Trash", "Search", NULL };
|
"Panel", "Trash", "Search", "BookmarkAdd", NULL };
|
||||||
|
|
||||||
return actions;
|
return actions;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue