[Xfce4-commits] <midori:master> Omit Sidepanel button from default toolbar

Christian Dywan noreply at xfce.org
Mon Dec 6 18:22:02 CET 2010


Updating branch refs/heads/master
         to a5c0b8539bab532a0b5aaaae81c9231c335d9455 (commit)
       from ecb9de246c452ce98aebd482d2be01fcc03f7a3b (commit)

commit a5c0b8539bab532a0b5aaaae81c9231c335d9455
Author: Christian Dywan <christian at twotoasts.de>
Date:   Sun Dec 5 23:05:22 2010 +0100

    Omit Sidepanel button from default toolbar
    
    It is in the compact menu, and otherwise menubar.

 midori/midori-websettings.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/midori/midori-websettings.c b/midori/midori-websettings.c
index 068624c..d1c899e 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,Panel,Search,Trash",
+                                     "TabNew,Back,Forward,Next,ReloadStop,Location,Search,Trash",
                                      flags));
 
     g_object_class_install_property (gobject_class,



More information about the Xfce4-commits mailing list