From 566985bb8b94413c1396013afb95485d92e4e268 Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Sun, 5 Dec 2010 23:19:50 +0100 Subject: [PATCH] Add Homepage button to default toolbar Many people do look for it and fail to understand how to add buttons to the toolbar. --- midori/midori-websettings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/midori/midori-websettings.c b/midori/midori-websettings.c index 3eaacc56..c4a76049 100644 --- a/midori/midori-websettings.c +++ b/midori/midori-websettings.c @@ -547,7 +547,7 @@ midori_web_settings_class_init (MidoriWebSettingsClass* class) "toolbar-items", _("Toolbar Items"), _("The items to show on the toolbar"), - "TabNew,Back,Forward,Next,ReloadStop,Location,Search,Trash", + "TabNew,Back,Forward,Next,ReloadStop,Homepage,Location,Search,Trash", flags)); g_object_class_install_property (gobject_class, -- 2.39.5