[nautilus] preferences-window: Fix icon views captions order



commit 86080e646a81679761e09aee4071abf68a2dac3b
Author: Alexandru Fazakas <alex fazakas97 yahoo com>
Date:   Sat Apr 7 22:22:44 2018 +0300

    preferences-window: Fix icon views captions order
    
    The selected icon views captions show up in a wrong order below
    files (e.g. third, first, second option instead of first, second,
    third).
    
    This is unintuitive and not intended.
    
    This patch fixes the issue by changing the ordering of the captions.
    
    Closes https://gitlab.gnome.org/GNOME/nautilus/issues/343

 src/resources/ui/nautilus-preferences-window.ui | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/resources/ui/nautilus-preferences-window.ui b/src/resources/ui/nautilus-preferences-window.ui
index b9dc9b3fe..cbd66ac1a 100644
--- a/src/resources/ui/nautilus-preferences-window.ui
+++ b/src/resources/ui/nautilus-preferences-window.ui
@@ -229,7 +229,7 @@
                               </packing>
                             </child>
                             <child>
-                              <object class="GtkComboBoxText" id="captions_1_combobox">
+                              <object class="GtkComboBoxText" id="captions_0_combobox">
                                 <property name="visible">True</property>
                                 <property name="can_focus">False</property>
                               </object>
@@ -261,7 +261,7 @@
                               </packing>
                             </child>
                             <child>
-                              <object class="GtkComboBoxText" id="captions_0_combobox">
+                              <object class="GtkComboBoxText" id="captions_2_combobox">
                                 <property name="visible">True</property>
                                 <property name="can_focus">False</property>
                               </object>
@@ -293,7 +293,7 @@
                               </packing>
                             </child>
                             <child>
-                              <object class="GtkComboBoxText" id="captions_2_combobox">
+                              <object class="GtkComboBoxText" id="captions_1_combobox">
                                 <property name="visible">True</property>
                                 <property name="can_focus">False</property>
                               </object>


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