diff options
author | Wu Xiaotian <[email protected]> | 2019-07-27 11:48:41 +0800 |
---|---|---|
committer | lukefromdc <[email protected]> | 2019-07-27 20:08:46 +0000 |
commit | d638f84c9dfbbb8cca2625cd431921f52e603c02 (patch) | |
tree | 159a7db6dce229a8322dfc780312c312138aa427 /src/file-manager/fm-list-model.c | |
parent | 25c9935c888006f8a540d7bcaadb99a9a52bf4d0 (diff) | |
download | caja-d638f84c9dfbbb8cca2625cd431921f52e603c02.tar.bz2 caja-d638f84c9dfbbb8cca2625cd431921f52e603c02.tar.xz |
use show icons option in views tab
Diffstat (limited to 'src/file-manager/fm-list-model.c')
-rw-r--r-- | src/file-manager/fm-list-model.c | 2 |
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 3b7f03b0..a7b8ce86 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; |