diff options
author | infirit <[email protected]> | 2015-09-06 16:20:20 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2015-09-06 16:20:20 +0200 |
commit | 9ef7e261d4a9ea536d6f467c2b9bd1381bcd73aa (patch) | |
tree | e7e9ceb6ea268edfb47c900fd1a427f72059f9bc /applets/wncklet/org.mate.panel.applet.window-list.gschema.xml.in.in | |
parent | 667466775b7d785ac048732b18efacea09711ab2 (diff) | |
download | mate-panel-9ef7e261d4a9ea536d6f467c2b9bd1381bcd73aa.tar.bz2 mate-panel-9ef7e261d4a9ea536d6f467c2b9bd1381bcd73aa.tar.xz |
Rework gsettings schema building
* Bump intltool required version for gsettings support
* Extract strings with intltool directly
* Let autoconf generate the xml files
Diffstat (limited to 'applets/wncklet/org.mate.panel.applet.window-list.gschema.xml.in.in')
-rw-r--r-- | applets/wncklet/org.mate.panel.applet.window-list.gschema.xml.in.in | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/applets/wncklet/org.mate.panel.applet.window-list.gschema.xml.in.in b/applets/wncklet/org.mate.panel.applet.window-list.gschema.xml.in.in deleted file mode 100644 index a9647379..00000000 --- a/applets/wncklet/org.mate.panel.applet.window-list.gschema.xml.in.in +++ /dev/null @@ -1,24 +0,0 @@ -<schemalist gettext-domain="@GETTEXT_PACKAGE@"> - <enum id="org.mate.panel.applet.window-list.GroupingType"> - <value nick="never" value="0"/> - <value nick="auto" value="1"/> - <value nick="always" value="2"/> - </enum> - <schema id="org.mate.panel.applet.window-list"> - <key name="display-all-workspaces" type="b"> - <default>false</default> - <_summary>Show windows from all workspaces</_summary> - <_description>If true, the window list will show windows from all workspaces. Otherwise it will only display windows from the current workspace.</_description> - </key> - <key name="group-windows" enum="org.mate.panel.applet.window-list.GroupingType"> - <default>'never'</default> - <_summary>When to group windows</_summary> - <_description>Decides when to group windows from the same application on the window list. Possible values are "never", "auto" and "always".</_description> - </key> - <key name="move-unminimized-windows" type="b"> - <default>true</default> - <_summary>Move windows to current workspace when unminimized</_summary> - <_description>If true, then when unminimizing a window, move it to the current workspace. Otherwise, switch to the workspace of the window.</_description> - </key> - </schema> -</schemalist> |