Don't advertise AddSpeedDial as a toolbar action

This commit is contained in:
Christian Dywan 2009-07-18 15:15:00 +02:00
parent d6f6a76755
commit 90ab3166f4

View file

@ -2345,7 +2345,7 @@ midori_browser_get_toolbar_actions (MidoriBrowser* browser)
static const gchar* actions[] = {
"WindowNew", "TabNew", "Open", "SaveAs", "Print", "Find",
"Fullscreen", "Preferences", "Window", "Bookmarks",
"RecentlyVisited", "AddSpeedDial", "ReloadStop", "ZoomIn",
"RecentlyVisited", "ReloadStop", "ZoomIn",
"ZoomOut", "Separator", "Back", "Forward", "Homepage",
"Panel", "Trash", "Search", NULL };