diff options
author | Milan Crha <mcrha@redhat.com> | 2010-05-19 17:31:31 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2010-05-19 17:31:31 +0800 |
commit | 80ed887598a4187fd97f09a86032ec85943630bf (patch) | |
tree | fdaf724fe05adcd5334045d19103190495c14c25 /addressbook | |
parent | df5f0b0269fdbf90cb2d5f136c6fa939e76d669e (diff) | |
download | gsoc2013-evolution-80ed887598a4187fd97f09a86032ec85943630bf.tar.gz gsoc2013-evolution-80ed887598a4187fd97f09a86032ec85943630bf.tar.zst gsoc2013-evolution-80ed887598a4187fd97f09a86032ec85943630bf.zip |
Bug #523775 - Order of Email Addresses in UI is broken
Diffstat (limited to 'addressbook')
-rw-r--r-- | addressbook/gui/contact-editor/contact-editor.ui | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/addressbook/gui/contact-editor/contact-editor.ui b/addressbook/gui/contact-editor/contact-editor.ui index cd4b62428c..17aad19f0f 100644 --- a/addressbook/gui/contact-editor/contact-editor.ui +++ b/addressbook/gui/contact-editor/contact-editor.ui @@ -448,7 +448,7 @@ <property name="row_spacing">6</property> <property name="column_spacing">6</property> <child> - <object class="GtkEntry" id="entry-email-2"> + <object class="GtkEntry" id="entry-email-3"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="editable">True</property> @@ -486,7 +486,7 @@ </packing> </child> <child> - <object class="GtkEntry" id="entry-email-3"> + <object class="GtkEntry" id="entry-email-2"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="editable">True</property> @@ -567,7 +567,7 @@ </packing> </child> <child> - <object class="GtkComboBox" id="combobox-email-2"> + <object class="GtkComboBox" id="combobox-email-3"> <property name="visible">True</property> <property name="add_tearoffs">False</property> <property name="focus_on_click">True</property> @@ -589,7 +589,7 @@ </packing> </child> <child> - <object class="GtkComboBox" id="combobox-email-3"> + <object class="GtkComboBox" id="combobox-email-2"> <property name="visible">True</property> <property name="add_tearoffs">False</property> <property name="focus_on_click">True</property> @@ -752,7 +752,7 @@ </packing> </child> <child> - <object class="GtkEntry" id="entry-phone-2"> + <object class="GtkEntry" id="entry-phone-3"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="editable">True</property> @@ -790,7 +790,7 @@ </packing> </child> <child> - <object class="GtkEntry" id="entry-phone-3"> + <object class="GtkEntry" id="entry-phone-2"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="editable">True</property> @@ -824,7 +824,7 @@ </packing> </child> <child> - <object class="GtkComboBox" id="combobox-phone-2"> + <object class="GtkComboBox" id="combobox-phone-3"> <property name="visible">True</property> <property name="add_tearoffs">False</property> <property name="focus_on_click">True</property> @@ -839,7 +839,7 @@ </packing> </child> <child> - <object class="GtkComboBox" id="combobox-phone-3"> + <object class="GtkComboBox" id="combobox-phone-2"> <property name="visible">True</property> <property name="add_tearoffs">False</property> <property name="focus_on_click">True</property> @@ -902,7 +902,7 @@ </packing> </child> <child> - <object class="GtkEntry" id="entry-phone-6"> + <object class="GtkEntry" id="entry-phone-7"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="editable">True</property> @@ -921,7 +921,7 @@ </packing> </child> <child> - <object class="GtkEntry" id="entry-phone-7"> + <object class="GtkEntry" id="entry-phone-6"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="editable">True</property> @@ -974,7 +974,7 @@ </packing> </child> <child> - <object class="GtkComboBox" id="combobox-phone-6"> + <object class="GtkComboBox" id="combobox-phone-7"> <property name="visible">True</property> <property name="add_tearoffs">False</property> <property name="focus_on_click">True</property> @@ -989,7 +989,7 @@ </packing> </child> <child> - <object class="GtkComboBox" id="combobox-phone-7"> + <object class="GtkComboBox" id="combobox-phone-6"> <property name="visible">True</property> <property name="add_tearoffs">False</property> <property name="focus_on_click">True</property> |