diff options
author | Stefano Karapetsas <[email protected]> | 2012-09-05 16:55:12 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-09-05 16:55:12 +0200 |
commit | 562875c2ed80bd7501fb161564ab88c731ac497c (patch) | |
tree | ce4641b88d670ada980feee9a0b109ee79660924 /libcaja-private/caja-global-preferences.c | |
parent | 46925062b04255e723ff931ac82aefda9cfc516d (diff) | |
download | caja-562875c2ed80bd7501fb161564ab88c731ac497c.tar.bz2 caja-562875c2ed80bd7501fb161564ab88c731ac497c.tar.xz |
convert show-directory-item-counts to gsettings
Diffstat (limited to 'libcaja-private/caja-global-preferences.c')
-rw-r--r-- | libcaja-private/caja-global-preferences.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/libcaja-private/caja-global-preferences.c b/libcaja-private/caja-global-preferences.c index ee7edb54..490a8d4d 100644 --- a/libcaja-private/caja-global-preferences.c +++ b/libcaja-private/caja-global-preferences.c @@ -187,18 +187,6 @@ typedef struct */ static const PreferenceDefault preference_defaults[] = { - /* Don't show remote directory item counts by default - * because computing them can be annoyingly slow, especially - * for FTP. If we make this fast enough for FTP in particular, - * we should change this default to ALWAYS. - */ - { - CAJA_PREFERENCES_SHOW_DIRECTORY_ITEM_COUNTS, - PREFERENCE_STRING, - "local_only", - NULL, NULL, - "speed_tradeoff" - }, { CAJA_PREFERENCES_SHOW_IMAGE_FILE_THUMBNAILS, PREFERENCE_STRING, |