[gnome-terminal] gsettings: schema: Remove erroneous per-profile "default-show-menubar" key



commit 663a4e231cedd87816c2c3d845ba89435de34a84
Author: Egmont Koblinger <egmont gmail com>
Date:   Tue Oct 9 12:04:37 2018 +0200

    gsettings: schema: Remove erroneous per-profile "default-show-menubar" key
    
    https://gitlab.gnome.org/GNOME/gnome-terminal/issues/40

 src/org.gnome.Terminal.gschema.xml | 5 -----
 1 file changed, 5 deletions(-)
---
diff --git a/src/org.gnome.Terminal.gschema.xml b/src/org.gnome.Terminal.gschema.xml
index a5df45f8..3e080806 100644
--- a/src/org.gnome.Terminal.gschema.xml
+++ b/src/org.gnome.Terminal.gschema.xml
@@ -201,11 +201,6 @@
       <default>nothing</default>
       <summary>List of ASCII punctuation characters that are not to be treated as part of a word when doing 
word-wise selection</summary>
     </key>
-    <key name="default-show-menubar" type="b">
-      <default>true</default>
-      <summary>Whether to show menubar in new windows/tabs</summary>
-      <description>True if the menubar should be shown in new window</description>
-    </key>
     <key name="default-size-columns" type="i">
       <range min="16" max="511" />
       <default>80</default>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]