[Xfce4-commits] <midori:master> Default to app menu instead of menubar

Christian Dywan noreply at xfce.org
Fri Feb 11 23:32:03 CET 2011


Updating branch refs/heads/master
         to 42bf6f5c61f7e469668968ac816f67f91f8dee7a (commit)
       from 3dab3ac1a085678abcc939ae748581261bb8f278 (commit)

commit 42bf6f5c61f7e469668968ac816f67f91f8dee7a
Author: Christian Dywan <christian at twotoasts.de>
Date:   Fri Feb 11 22:16:53 2011 +0100

    Default to app menu instead of menubar

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

diff --git a/midori/midori-websettings.c b/midori/midori-websettings.c
index 03956d4..5035006 100644
--- a/midori/midori-websettings.c
+++ b/midori/midori-websettings.c
@@ -440,7 +440,7 @@ midori_web_settings_class_init (MidoriWebSettingsClass* class)
                                      "show-menubar",
                                      _("Show Menubar"),
                                      _("Whether to show the menubar"),
-                                     TRUE,
+                                     FALSE,
                                      flags));
 
     g_object_class_install_property (gobject_class,
@@ -544,7 +544,7 @@ midori_web_settings_class_init (MidoriWebSettingsClass* class)
                                      "toolbar-items",
                                      _("Toolbar Items"),
                                      _("The items to show on the toolbar"),
-                                     "TabNew,Back,Forward,Next,ReloadStop,BookmarkAdd,Location,Search,Trash",
+                                     "TabNew,Back,Forward,Next,ReloadStop,BookmarkAdd,Location,Search,Trash,CompactMenu",
                                      flags));
 
     g_object_class_install_property (gobject_class,



More information about the Xfce4-commits mailing list