summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2016-02-17 18:29:10 +0100
committerCarlos Soriano <csoriano@gnome.org>2016-02-17 20:56:39 +0100
commit2c1ef7cc3bc1d0ddccfce3cd2fe04882367496f6 (patch)
treeed20f80e75e53df70e31d0ca5630e0c48f1c449b
parent040f3bf8a52590fa7bc0ddf7232cd180dcd080a0 (diff)
downloadnautilus-2c1ef7cc3bc1d0ddccfce3cd2fe04882367496f6.tar.gz
preferences-window: switch speed_tradeoff declaration
It was inverting the UI.
-rw-r--r--src/nautilus-preferences-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nautilus-preferences-window.c b/src/nautilus-preferences-window.c
index e2e8f8855..687f6910e 100644
--- a/src/nautilus-preferences-window.c
+++ b/src/nautilus-preferences-window.c
@@ -64,7 +64,7 @@
#define NAUTILUS_PREFERENCES_DIALOG_THUMBNAIL_LIMIT_WIDGET \
"preview_image_size_combobox"
-static const char *const speed_tradeoff_values[] = {"always", "local-only", "never",
+static const char *const speed_tradeoff_values[] = {"local-only", "always", "never",
NULL};
static const char *const click_behavior_components[] = {