summaryrefslogtreecommitdiff
path: root/src/nautilus-file-management-properties.c
diff options
context:
space:
mode:
authorWilliam Jon McCann <jmccann@redhat.com>2012-06-29 13:40:56 -0400
committerWilliam Jon McCann <jmccann@redhat.com>2012-06-30 12:32:51 -0400
commit6aac88928b1935c8e4f5c54a61935f05c57d740e (patch)
tree90345c67d53da63cc520941de8e7bbd805eee827 /src/nautilus-file-management-properties.c
parentd228c0e72103d2389bdcf0206b02bf36c7b049d1 (diff)
downloadnautilus-6aac88928b1935c8e4f5c54a61935f05c57d740e.tar.gz
Remove text besides icons mode for icon view
This doesn't really work well, it is inconsistent with the file chooser, isn't use anywhere else in GNOME, and we want to enhance the list view to cover this case. https://bugzilla.gnome.org/show_bug.cgi?id=676531
Diffstat (limited to 'src/nautilus-file-management-properties.c')
-rw-r--r--src/nautilus-file-management-properties.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/nautilus-file-management-properties.c b/src/nautilus-file-management-properties.c
index e212912a3..77564eb54 100644
--- a/src/nautilus-file-management-properties.c
+++ b/src/nautilus-file-management-properties.c
@@ -51,7 +51,6 @@
/* bool preferences */
#define NAUTILUS_FILE_MANAGEMENT_PROPERTIES_FOLDERS_FIRST_WIDGET "sort_folders_first_checkbutton"
-#define NAUTILUS_FILE_MANAGEMENT_PROPERTIES_LABELS_BESIDE_ICONS_WIDGET "labels_beside_icons_checkbutton"
#define NAUTILUS_FILE_MANAGEMENT_PROPERTIES_ALWAYS_USE_BROWSER_WIDGET "always_use_browser_checkbutton"
#define NAUTILUS_FILE_MANAGEMENT_PROPERTIES_TRASH_CONFIRM_WIDGET "trash_confirm_checkbutton"
#define NAUTILUS_FILE_MANAGEMENT_PROPERTIES_TRASH_DELETE_WIDGET "trash_delete_checkbutton"
@@ -688,9 +687,6 @@ nautilus_file_management_properties_dialog_setup (GtkBuilder *builder, GtkWindow
4);
/* setup preferences */
- bind_builder_bool (builder, nautilus_icon_view_preferences,
- NAUTILUS_FILE_MANAGEMENT_PROPERTIES_LABELS_BESIDE_ICONS_WIDGET,
- NAUTILUS_PREFERENCES_ICON_VIEW_LABELS_BESIDE_ICONS);
bind_builder_bool (builder, nautilus_preferences,
NAUTILUS_FILE_MANAGEMENT_PROPERTIES_FOLDERS_FIRST_WIDGET,
NAUTILUS_PREFERENCES_SORT_DIRECTORIES_FIRST);