diff options
| author | Michael Zanetti <michael.zanetti@canonical.com> | 2014-08-26 12:44:17 +0200 |
|---|---|---|
| committer | Michael Zanetti <michael.zanetti@canonical.com> | 2014-08-26 12:44:17 +0200 |
| commit | 91bfa94f4b173e3a8b2abb611134ce7a291311d1 (patch) | |
| tree | fd63b1a9fdd0a19b931a071d09b21c5007c08d83 | |
| parent | 4a2ec438e14f96b805647cd67eb549329bc72d04 (diff) | |
add empty default
(bzr r3860.6.2)
| -rw-r--r-- | com.canonical.Unity.gschema.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/com.canonical.Unity.gschema.xml b/com.canonical.Unity.gschema.xml index bce5f3ac2..9068229fb 100644 --- a/com.canonical.Unity.gschema.xml +++ b/com.canonical.Unity.gschema.xml @@ -104,6 +104,7 @@ <description>These items can be: application://desktop-id.desktop, device://uiid and unity://special-id (including: unity://running-apps (icons of running applications) unity://devices (icons of attached devices), unity://expo-icon (icon of the workspace switcher) and unity://desktop-icon (the show-desktop icon)); the order of this list determines the launcher item's position.</description> </key> <key type="as" name="items"> + <default>[]</default> <summary>List of items that should be shown by default in the launcher</summary> <description>These items can be: application://desktop-id.desktop or appid://package/app/current-user-version.</description> </key> |
