diff options
author | Jonny Lamb <jonnylamb@gnome.org> | 2010-12-10 20:28:09 +0800 |
---|---|---|
committer | Jonny Lamb <jonnylamb@gnome.org> | 2010-12-10 20:28:09 +0800 |
commit | a2dd862e0f2a262f61b4976148f6cc1e988ec66f (patch) | |
tree | 490938f8af52c0336a39dc24ede8db7ea9723b59 /libempathy-gtk/empathy-account-widget-sip.ui | |
parent | 40791c62c791c6ec697b494b421b1e68c8384769 (diff) | |
download | gsoc2013-empathy-a2dd862e0f2a262f61b4976148f6cc1e988ec66f.tar gsoc2013-empathy-a2dd862e0f2a262f61b4976148f6cc1e988ec66f.tar.gz gsoc2013-empathy-a2dd862e0f2a262f61b4976148f6cc1e988ec66f.tar.bz2 gsoc2013-empathy-a2dd862e0f2a262f61b4976148f6cc1e988ec66f.tar.lz gsoc2013-empathy-a2dd862e0f2a262f61b4976148f6cc1e988ec66f.tar.xz gsoc2013-empathy-a2dd862e0f2a262f61b4976148f6cc1e988ec66f.tar.zst gsoc2013-empathy-a2dd862e0f2a262f61b4976148f6cc1e988ec66f.zip |
account-widget: add Remember Password widgets for all the other protocols
...and link these widgets up nicely.
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
Diffstat (limited to 'libempathy-gtk/empathy-account-widget-sip.ui')
-rw-r--r-- | libempathy-gtk/empathy-account-widget-sip.ui | 40 |
1 files changed, 36 insertions, 4 deletions
diff --git a/libempathy-gtk/empathy-account-widget-sip.ui b/libempathy-gtk/empathy-account-widget-sip.ui index b00eda944..98a8f2c17 100644 --- a/libempathy-gtk/empathy-account-widget-sip.ui +++ b/libempathy-gtk/empathy-account-widget-sip.ui @@ -13,7 +13,7 @@ <child> <object class="GtkTable" id="table_common_settings"> <property name="visible">True</property> - <property name="n_rows">3</property> + <property name="n_rows">4</property> <property name="n_columns">2</property> <property name="column_spacing">12</property> <property name="row_spacing">6</property> @@ -75,9 +75,6 @@ </packing> </child> <child> - <placeholder/> - </child> - <child> <object class="GtkEntry" id="entry_password"> <property name="visible">True</property> <property name="can_focus">True</property> @@ -89,6 +86,28 @@ <property name="bottom_attach">3</property> </packing> </child> + <child> + <object class="GtkCheckButton" id="remember_password"> + <property name="label" translatable="yes">Remember Password</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">False</property> + <property name="active">True</property> + <property name="draw_indicator">True</property> + </object> + <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> + </packing> + </child> + <child> + <placeholder/> + </child> + <child> + <placeholder/> + </child> </object> <packing> <property name="expand">False</property> @@ -583,6 +602,19 @@ <property name="position">3</property> </packing> </child> + <child> + <object class="GtkCheckButton" id="remember_password_simple"> + <property name="label" translatable="yes">Remember Password</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">False</property> + <property name="active">True</property> + <property name="draw_indicator">True</property> + </object> + <packing> + <property name="position">4</property> + </packing> + </child> </object> <object class="GtkAdjustment" id="adjustment2"> <property name="upper">65535</property> |