[gnome-boxes/wip/rishi/my-fixes: 7/9] wizard-source: Group the sources into local files, and everything else



commit c7147f06b7855a92385d61f08958b94a209972b9
Author: Debarshi Ray <debarshir gnome org>
Date:   Wed Aug 23 20:29:10 2017 +0200

    wizard-source: Group the sources into local files, and everything else
    
    ... by swapping the order of the "Enter URL" and "Select a file"
    buttons.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=786679

 data/ui/wizard-source.ui |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)
---
diff --git a/data/ui/wizard-source.ui b/data/ui/wizard-source.ui
index 4664fe7..d3a2392 100644
--- a/data/ui/wizard-source.ui
+++ b/data/ui/wizard-source.ui
@@ -39,14 +39,14 @@
         </child>
 
         <child>
-          <object class="GtkButton" id="enter_url_button">
+          <object class="GtkButton" id="select_file_button">
             <property name="visible">True</property>
-            <signal name="clicked" handler="on_enter_url_button_clicked"/>
+            <signal name="clicked" handler="on_select_file_button_clicked"/>
             <style>
               <class name="boxes-menu-row"/>
             </style>
             <child>
-              <object class="GtkBox" id="enter_url_box">
+              <object class="GtkBox" id="select_file_box">
                 <property name="visible">True</property>
                 <property name="margin-top">10</property>
                 <property name="margin-bottom">10</property>
@@ -55,11 +55,11 @@
                 <property name="spacing">20</property>
                 <property name="orientation">horizontal</property>
                 <child>
-                  <object class="GtkLabel" id="enter_url_label">
+                  <object class="GtkLabel" id="select_file_label">
                     <property name="visible">True</property>
                     <property name="halign">start</property>
                     <property name="use-underline">True</property>
-                    <property name="label" translatable="yes">_Enter URL</property>
+                    <property name="label" translatable="yes">_Select a file</property>
                   </object>
                   <packing>
                     <property name="expand">True</property>
@@ -67,7 +67,7 @@
                   </packing>
                 </child>
                 <child>
-                  <object class="GtkLabel" id="enter_url_next_label">
+                  <object class="GtkLabel" id="select_file_next_label">
                     <property name="visible">True</property>
                     <property name="label" translatable="yes">▶</property>
                   </object>
@@ -82,14 +82,14 @@
         </child>
 
         <child>
-          <object class="GtkButton" id="select_file_button">
+          <object class="GtkButton" id="enter_url_button">
             <property name="visible">True</property>
-            <signal name="clicked" handler="on_select_file_button_clicked"/>
+            <signal name="clicked" handler="on_enter_url_button_clicked"/>
             <style>
               <class name="boxes-menu-row"/>
             </style>
             <child>
-              <object class="GtkBox" id="select_file_box">
+              <object class="GtkBox" id="enter_url_box">
                 <property name="visible">True</property>
                 <property name="margin-top">10</property>
                 <property name="margin-bottom">10</property>
@@ -98,11 +98,11 @@
                 <property name="spacing">20</property>
                 <property name="orientation">horizontal</property>
                 <child>
-                  <object class="GtkLabel" id="select_file_label">
+                  <object class="GtkLabel" id="enter_url_label">
                     <property name="visible">True</property>
                     <property name="halign">start</property>
                     <property name="use-underline">True</property>
-                    <property name="label" translatable="yes">_Select a file</property>
+                    <property name="label" translatable="yes">_Enter URL</property>
                   </object>
                   <packing>
                     <property name="expand">True</property>
@@ -110,7 +110,7 @@
                   </packing>
                 </child>
                 <child>
-                  <object class="GtkLabel" id="select_file_next_label">
+                  <object class="GtkLabel" id="enter_url_next_label">
                     <property name="visible">True</property>
                     <property name="label" translatable="yes">▶</property>
                   </object>


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