diff options
author | monsta <[email protected]> | 2016-03-13 18:39:49 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-03-13 18:39:49 +0300 |
commit | db46e948f57ad16170afeaf72d418c508ef63d1e (patch) | |
tree | d4fbf2d809f6984d356a28419c7811af3504ddc4 /data | |
parent | ef8676dad5facfc57a815e07588cd607fb8821a7 (diff) | |
download | mate-panel-db46e948f57ad16170afeaf72d418c508ef63d1e.tar.bz2 mate-panel-db46e948f57ad16170afeaf72d418c508ef63d1e.tar.xz |
menubar: some corrections for new max-items-or-submenu key
- remove check for menubar schema as it's already installed along with panel itself
- properly unref menubar_settings object
- make key type unsigned
- drop obsolete MAX_ITEMS_OR_SUBMENU define
Diffstat (limited to 'data')
-rw-r--r-- | data/org.mate.panel.menubar.gschema.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/org.mate.panel.menubar.gschema.xml.in b/data/org.mate.panel.menubar.gschema.xml.in index 343880e9..efcd1d63 100644 --- a/data/org.mate.panel.menubar.gschema.xml.in +++ b/data/org.mate.panel.menubar.gschema.xml.in @@ -45,7 +45,7 @@ <summary>Menu items icon size</summary> <description>Set the size of icons used in the menu. The panel must be restarted for this to take effect.</description> </key> - <key name="max-items-or-submenu" type="i"> + <key name="max-items-or-submenu" type="u"> <default>8</default> <summary>Threshold of menu items before submenu is created</summary> <description>Maximum number of menu items (i.e. bookmarks) that are displayed without being put in a submenu.</description> |