diff options
author | monsta <[email protected]> | 2018-01-05 22:41:51 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2018-01-05 22:41:51 +0300 |
commit | b133f518f6f2310093fd3b5248049c7048cfb8d4 (patch) | |
tree | a99e7c87eaa11760e623a9914cf868b34c312d7f /schemas/org.mate.interface.gschema.xml.in | |
parent | d5d063204135b6fd676c0d8adb6319e16c662ec2 (diff) | |
download | mate-desktop-b133f518f6f2310093fd3b5248049c7048cfb8d4.tar.bz2 mate-desktop-b133f518f6f2310093fd3b5248049c7048cfb8d4.tar.xz |
schema: drop can-change-accels key, won't work with GTK+3
Diffstat (limited to 'schemas/org.mate.interface.gschema.xml.in')
-rw-r--r-- | schemas/org.mate.interface.gschema.xml.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/schemas/org.mate.interface.gschema.xml.in b/schemas/org.mate.interface.gschema.xml.in index c80068c..9080dbc 100644 --- a/schemas/org.mate.interface.gschema.xml.in +++ b/schemas/org.mate.interface.gschema.xml.in @@ -15,11 +15,6 @@ <summary>Menus Have Tearoff</summary> <description>Whether menus should have a tearoff.</description> </key> - <key name="can-change-accels" type="b"> - <default>false</default> - <summary>Can Change Accels</summary> - <description>Whether the user can dynamically type a new accelerator when positioned over an active menuitem.</description> - </key> <key name="toolbar-style" type="s"> <default>'both-horiz'</default> <summary>Toolbar Style</summary> |