summaryrefslogtreecommitdiff
path: root/libcaja-private
diff options
context:
space:
mode:
authorWu Xiaotian <[email protected]>2019-07-27 11:48:41 +0800
committerlukefromdc <[email protected]>2019-07-27 20:08:46 +0000
commitd638f84c9dfbbb8cca2625cd431921f52e603c02 (patch)
tree159a7db6dce229a8322dfc780312c312138aa427 /libcaja-private
parent25c9935c888006f8a540d7bcaadb99a9a52bf4d0 (diff)
downloadcaja-d638f84c9dfbbb8cca2625cd431921f52e603c02.tar.bz2
caja-d638f84c9dfbbb8cca2625cd431921f52e603c02.tar.xz
use show icons option in views tab
Diffstat (limited to 'libcaja-private')
-rw-r--r--libcaja-private/caja-global-preferences.h2
-rw-r--r--libcaja-private/org.mate.caja.gschema.xml8
2 files changed, 5 insertions, 5 deletions
diff --git a/libcaja-private/caja-global-preferences.h b/libcaja-private/caja-global-preferences.h
index a7df4928..2eec02b4 100644
--- a/libcaja-private/caja-global-preferences.h
+++ b/libcaja-private/caja-global-preferences.h
@@ -68,7 +68,7 @@ G_BEGIN_DECLS
#define CAJA_PREFERENCES_SHOW_ADVANCED_PERMISSIONS "show-advanced-permissions"
#define CAJA_PREFERENCES_DATE_FORMAT "date-format"
#define CAJA_PREFERENCES_USE_IEC_UNITS "use-iec-units"
-#define CAJA_PREFERENCES_HIDE_ICON_IN_LIST_VIEW "hide-icons-in-list-view"
+#define CAJA_PREFERENCES_SHOW_ICONS_IN_LIST_VIEW "show-icons-in-list-view"
/* Mouse */
#define CAJA_PREFERENCES_MOUSE_USE_EXTRA_BUTTONS "mouse-use-extra-buttons"
diff --git a/libcaja-private/org.mate.caja.gschema.xml b/libcaja-private/org.mate.caja.gschema.xml
index 481372ee..9d9a473c 100644
--- a/libcaja-private/org.mate.caja.gschema.xml
+++ b/libcaja-private/org.mate.caja.gschema.xml
@@ -259,10 +259,10 @@
<summary>Whether to show file sizes with IEC units</summary>
<description>If set to true, file sizes are shown using IEC (base 1024) units with "KiB" style suffixes, instead of default with SI units.</description>
</key>
- <key name="hide-icons-in-list-view" type="b">
- <default>false</default>
- <summary>Whether to hide icons in list view</summary>
- <description>If set to true, hide file icons in list view.</description>
+ <key name="show-icons-in-list-view" type="b">
+ <default>true</default>
+ <summary>Whether to show icons in list view</summary>
+ <description>If set to true, show file icons in list view.</description>
</key>
<key name="show-notifications" type="b">
<default>true</default>