[gnome-dictionary] Fix typos in the GdictSourceDialog widget names



commit 92e9d982ed4014a93f8affa6d69900807ce5ccba
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Sat Sep 30 16:35:50 2017 +0100

    Fix typos in the GdictSourceDialog widget names
    
    The name of the GtkEntry children was missing a `y`, for some weird
    reason.

 src/gdict-source-dialog.ui |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/gdict-source-dialog.ui b/src/gdict-source-dialog.ui
index e98f7db..58086bd 100644
--- a/src/gdict-source-dialog.ui
+++ b/src/gdict-source-dialog.ui
@@ -107,7 +107,7 @@
                   </packing>
                 </child>
                 <child>
-                  <object class="GtkEntry" id="port_entr">
+                  <object class="GtkEntry" id="port_entry">
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="hexpand">True</property>
@@ -119,7 +119,7 @@
                   </packing>
                 </child>
                 <child>
-                  <object class="GtkEntry" id="hostname_entr">
+                  <object class="GtkEntry" id="hostname_entry">
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="hexpand">True</property>
@@ -131,7 +131,7 @@
                   </packing>
                 </child>
                 <child>
-                  <object class="GtkEntry" id="description_entr">
+                  <object class="GtkEntry" id="description_entry">
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="hexpand">True</property>


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