From 562875c2ed80bd7501fb161564ab88c731ac497c Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Wed, 5 Sep 2012 16:55:12 +0200 Subject: convert show-directory-item-counts to gsettings --- libcaja-private/caja-global-preferences.c | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'libcaja-private/caja-global-preferences.c') 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, -- cgit v1.2.1