summaryrefslogtreecommitdiff
path: root/src/file-manager
diff options
context:
space:
mode:
authorWu Xiaotian <[email protected]>2019-07-27 11:48:41 +0800
committerraveit65 <[email protected]>2022-07-20 21:40:41 +0200
commit389ca96ea8c7dbf8739a0bb4561e4bbaf29359c3 (patch)
tree21ebf794ee149e9f0289dfb5395a14039ce1eb8f /src/file-manager
parent43c2460c03f30dbfe69f9bea2bf688de2303bd61 (diff)
downloadcaja-389ca96ea8c7dbf8739a0bb4561e4bbaf29359c3.tar.bz2
caja-389ca96ea8c7dbf8739a0bb4561e4bbaf29359c3.tar.xz
use show icons option in views tab
Diffstat (limited to 'src/file-manager')
-rw-r--r--src/file-manager/fm-list-model.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/file-manager/fm-list-model.c b/src/file-manager/fm-list-model.c
index a0ef8b0a..fae87a1e 100644
--- a/src/file-manager/fm-list-model.c
+++ b/src/file-manager/fm-list-model.c
@@ -322,7 +322,7 @@ fm_list_model_get_value (GtkTreeModel *tree_model, GtkTreeIter *iter, int column
case FM_LIST_MODEL_LARGE_ICON_COLUMN:
case FM_LIST_MODEL_LARGER_ICON_COLUMN:
case FM_LIST_MODEL_LARGEST_ICON_COLUMN:
- if (g_settings_get_boolean (caja_preferences, CAJA_PREFERENCES_HIDE_ICON_IN_LIST_VIEW)) {
+ if (!g_settings_get_boolean (caja_preferences, CAJA_PREFERENCES_SHOW_ICONS_IN_LIST_VIEW)) {
cairo_surface_t *surface;
int icon_size;