[nautilus] preferences-window: switch speed_tradeoff declaration



commit 2c1ef7cc3bc1d0ddccfce3cd2fe04882367496f6
Author: Carlos Soriano <csoriano gnome org>
Date:   Wed Feb 17 18:29:10 2016 +0100

    preferences-window: switch speed_tradeoff declaration
    
    It was inverting the UI.

 src/nautilus-preferences-window.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/nautilus-preferences-window.c b/src/nautilus-preferences-window.c
index e2e8f88..687f691 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[] = {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]