[gnome-commander/GSettings] Rename filter keys in accordance to their meaning
- From: Uwe Scholz <uwescholz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-commander/GSettings] Rename filter keys in accordance to their meaning
- Date: Mon, 16 May 2016 19:49:35 +0000 (UTC)
commit 218d5aa33740ac48f39fc1dcafec7fde4d95ea4f
Author: Uwe Scholz <uwescholz src gnome org>
Date: Mon May 16 21:07:32 2016 +0200
Rename filter keys in accordance to their meaning
data/org.gnome.gnome-commander.gschema.xml | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/data/org.gnome.gnome-commander.gschema.xml b/data/org.gnome.gnome-commander.gschema.xml
index 2bf8bd5..17bf3a5 100644
--- a/data/org.gnome.gnome-commander.gschema.xml
+++ b/data/org.gnome.gnome-commander.gschema.xml
@@ -309,42 +309,42 @@
</key>
</schema>
<schema gettext-domain="gnome-commander" id="org.gnome.gnome-commander.preferences.filter"
path="/org/gnome/gnome-commander/preferences/filter/">
- <key name="show-unknown" type="b">
+ <key name="hide-unknown" type="b">
<default>false</default>
<summary></summary>
<description></description>
</key>
- <key name="show-regular" type="b">
+ <key name="hide-regular" type="b">
<default>false</default>
<summary></summary>
<description></description>
</key>
- <key name="show-directory" type="b">
+ <key name="hide-directory" type="b">
<default>false</default>
<summary></summary>
<description></description>
</key>
- <key name="show-fifo" type="b">
+ <key name="hide-fifo" type="b">
<default>false</default>
<summary></summary>
<description></description>
</key>
- <key name="show-socket" type="b">
+ <key name="hide-socket" type="b">
<default>false</default>
<summary></summary>
<description></description>
</key>
- <key name="show-char-device" type="b">
+ <key name="hide-char-device" type="b">
<default>false</default>
<summary></summary>
<description></description>
</key>
- <key name="show-block-device" type="b">
+ <key name="hide-block-device" type="b">
<default>false</default>
<summary></summary>
<description></description>
</key>
- <key name="show-symbolic-link" type="b">
+ <key name="hide-symbolic-link" type="b">
<default>false</default>
<summary></summary>
<description></description>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]