diff options
Diffstat (limited to 'libempathy-gtk/empathy-account-widget-yahoo.glade')
-rw-r--r-- | libempathy-gtk/empathy-account-widget-yahoo.glade | 172 |
1 files changed, 72 insertions, 100 deletions
diff --git a/libempathy-gtk/empathy-account-widget-yahoo.glade b/libempathy-gtk/empathy-account-widget-yahoo.glade index ad4df08d1..6e63cb78c 100644 --- a/libempathy-gtk/empathy-account-widget-yahoo.glade +++ b/libempathy-gtk/empathy-account-widget-yahoo.glade @@ -18,27 +18,40 @@ <property name="column_spacing">12</property> <property name="row_spacing">6</property> <child> - <widget class="GtkEntry" id="entry_password"> + <widget class="GtkLabel" id="label_password"> <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="visibility">False</property> + <property name="xalign">0</property> + <property name="label" translatable="yes">Pass_word:</property> + <property name="use_underline">True</property> + <property name="mnemonic_widget">entry_password</property> </widget> <packing> - <property name="left_attach">1</property> - <property name="right_attach">2</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> + <property name="x_options">GTK_FILL</property> <property name="y_options"></property> </packing> </child> <child> - <widget class="GtkEntry" id="entry_id"> + <widget class="GtkButton" id="button_forget"> <property name="visible">True</property> <property name="can_focus">True</property> + <property name="tooltip" translatable="yes">Forget password and clear the entry.</property> + <property name="response_id">0</property> + <child> + <widget class="GtkImage" id="image834"> + <property name="visible">True</property> + <property name="stock">gtk-clear</property> + <property name="icon_size">1</property> + </widget> + </child> </widget> <packing> - <property name="left_attach">1</property> + <property name="left_attach">2</property> <property name="right_attach">3</property> + <property name="top_attach">1</property> + <property name="bottom_attach">2</property> + <property name="x_options">GTK_FILL</property> <property name="y_options"></property> </packing> </child> @@ -56,40 +69,27 @@ </packing> </child> <child> - <widget class="GtkButton" id="button_forget"> + <widget class="GtkEntry" id="entry_id"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="tooltip" translatable="yes">Forget password and clear the entry.</property> - <property name="response_id">0</property> - <child> - <widget class="GtkImage" id="image834"> - <property name="visible">True</property> - <property name="stock">gtk-clear</property> - <property name="icon_size">1</property> - </widget> - </child> </widget> <packing> - <property name="left_attach">2</property> + <property name="left_attach">1</property> <property name="right_attach">3</property> - <property name="top_attach">1</property> - <property name="bottom_attach">2</property> - <property name="x_options">GTK_FILL</property> <property name="y_options"></property> </packing> </child> <child> - <widget class="GtkLabel" id="label_password"> + <widget class="GtkEntry" id="entry_password"> <property name="visible">True</property> - <property name="xalign">0</property> - <property name="label" translatable="yes">Pass_word:</property> - <property name="use_underline">True</property> - <property name="mnemonic_widget">entry_password</property> + <property name="can_focus">True</property> + <property name="visibility">False</property> </widget> <packing> + <property name="left_attach">1</property> + <property name="right_attach">2</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> - <property name="x_options">GTK_FILL</property> <property name="y_options"></property> </packing> </child> @@ -109,181 +109,153 @@ <child> <widget class="GtkTable" id="table_advanced_settings"> <property name="visible">True</property> - <property name="n_rows">7</property> + <property name="n_rows">6</property> <property name="n_columns">2</property> <property name="column_spacing">12</property> <property name="row_spacing">6</property> <child> - <widget class="GtkCheckButton" id="checkbutton_yahoojp"> + <widget class="GtkCheckButton" id="checkbutton_ignore_invites"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="label" translatable="yes">Use _Yahoo Japan</property> + <property name="label" translatable="yes">_Ignore conference and chatroom invitations</property> <property name="use_underline">True</property> <property name="response_id">0</property> <property name="draw_indicator">True</property> </widget> <packing> <property name="right_attach">2</property> - <property name="top_attach">5</property> - <property name="bottom_attach">6</property> <property name="x_options">GTK_FILL</property> <property name="y_options"></property> </packing> </child> <child> - <widget class="GtkEntry" id="entry_serverjp"> + <widget class="GtkLabel" id="label_locale"> <property name="visible">True</property> - <property name="can_focus">True</property> + <property name="xalign">0</property> + <property name="label" translatable="yes">_Room List locale:</property> + <property name="use_underline">True</property> + <property name="mnemonic_widget">entry_locale</property> </widget> <packing> - <property name="left_attach">1</property> - <property name="right_attach">2</property> - <property name="top_attach">6</property> - <property name="bottom_attach">7</property> + <property name="top_attach">1</property> + <property name="bottom_attach">2</property> + <property name="x_options">GTK_FILL</property> <property name="y_options"></property> </packing> </child> <child> - <widget class="GtkLabel" id="label_serverjp"> + <widget class="GtkLabel" id="label_charset"> <property name="visible">True</property> <property name="xalign">0</property> - <property name="label" translatable="yes">J_apan server:</property> + <property name="label" translatable="yes">_Charset:</property> <property name="use_underline">True</property> - <property name="mnemonic_widget">entry_serverjp</property> + <property name="mnemonic_widget">entry_charset</property> </widget> <packing> - <property name="top_attach">6</property> - <property name="bottom_attach">7</property> + <property name="top_attach">2</property> + <property name="bottom_attach">3</property> <property name="x_options">GTK_FILL</property> <property name="y_options"></property> </packing> </child> <child> - <widget class="GtkSpinButton" id="spinbutton_port"> + <widget class="GtkEntry" id="entry_locale"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="adjustment">5050 1 65556 1 10 10</property> - <property name="climb_rate">1</property> - <property name="numeric">True</property> </widget> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> - <property name="top_attach">4</property> - <property name="bottom_attach">5</property> + <property name="top_attach">1</property> + <property name="bottom_attach">2</property> <property name="y_options"></property> </packing> </child> <child> - <widget class="GtkEntry" id="entry_server"> + <widget class="GtkEntry" id="entry_charset"> <property name="visible">True</property> <property name="can_focus">True</property> </widget> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> - <property name="top_attach">3</property> - <property name="bottom_attach">4</property> + <property name="top_attach">2</property> + <property name="bottom_attach">3</property> <property name="y_options"></property> </packing> </child> <child> - <widget class="GtkLabel" id="label_port"> + <widget class="GtkLabel" id="label_server"> <property name="visible">True</property> <property name="xalign">0</property> - <property name="label" translatable="yes">_Port:</property> + <property name="label" translatable="yes">_Server:</property> <property name="use_underline">True</property> - <property name="mnemonic_widget">spinbutton_port</property> + <property name="mnemonic_widget">entry_server</property> </widget> <packing> - <property name="top_attach">4</property> - <property name="bottom_attach">5</property> + <property name="top_attach">3</property> + <property name="bottom_attach">4</property> <property name="x_options">GTK_FILL</property> <property name="y_options"></property> </packing> </child> <child> - <widget class="GtkLabel" id="label_server"> + <widget class="GtkLabel" id="label_port"> <property name="visible">True</property> <property name="xalign">0</property> - <property name="label" translatable="yes">_Server:</property> + <property name="label" translatable="yes">_Port:</property> <property name="use_underline">True</property> - <property name="mnemonic_widget">entry_server</property> + <property name="mnemonic_widget">spinbutton_port</property> </widget> <packing> - <property name="top_attach">3</property> - <property name="bottom_attach">4</property> + <property name="top_attach">4</property> + <property name="bottom_attach">5</property> <property name="x_options">GTK_FILL</property> <property name="y_options"></property> </packing> </child> <child> - <widget class="GtkEntry" id="entry_charset"> + <widget class="GtkEntry" id="entry_server"> <property name="visible">True</property> <property name="can_focus">True</property> </widget> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> - <property name="top_attach">2</property> - <property name="bottom_attach">3</property> + <property name="top_attach">3</property> + <property name="bottom_attach">4</property> <property name="y_options"></property> </packing> </child> <child> - <widget class="GtkEntry" id="entry_locale"> + <widget class="GtkSpinButton" id="spinbutton_port"> <property name="visible">True</property> <property name="can_focus">True</property> + <property name="adjustment">5050 1 65556 1 10 10</property> + <property name="climb_rate">1</property> + <property name="numeric">True</property> </widget> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> - <property name="top_attach">1</property> - <property name="bottom_attach">2</property> - <property name="y_options"></property> - </packing> - </child> - <child> - <widget class="GtkLabel" id="label_charset"> - <property name="visible">True</property> - <property name="xalign">0</property> - <property name="label" translatable="yes">_Charset:</property> - <property name="use_underline">True</property> - <property name="mnemonic_widget">entry_charset</property> - </widget> - <packing> - <property name="top_attach">2</property> - <property name="bottom_attach">3</property> - <property name="x_options">GTK_FILL</property> - <property name="y_options"></property> - </packing> - </child> - <child> - <widget class="GtkLabel" id="label_locale"> - <property name="visible">True</property> - <property name="xalign">0</property> - <property name="label" translatable="yes">_Room List locale:</property> - <property name="use_underline">True</property> - <property name="mnemonic_widget">entry_locale</property> - </widget> - <packing> - <property name="top_attach">1</property> - <property name="bottom_attach">2</property> - <property name="x_options">GTK_FILL</property> + <property name="top_attach">4</property> + <property name="bottom_attach">5</property> <property name="y_options"></property> </packing> </child> <child> - <widget class="GtkCheckButton" id="checkbutton_ignore_invites"> + <widget class="GtkCheckButton" id="checkbutton_yahoojp"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="label" translatable="yes">_Ignore conference and chatroom invitations</property> + <property name="label" translatable="yes">Use _Yahoo Japan</property> <property name="use_underline">True</property> <property name="response_id">0</property> <property name="draw_indicator">True</property> </widget> <packing> <property name="right_attach">2</property> + <property name="top_attach">5</property> + <property name="bottom_attach">6</property> <property name="x_options">GTK_FILL</property> <property name="y_options"></property> </packing> |