aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-account-widget-skype.ui
diff options
context:
space:
mode:
authorDanielle Madeley <danielle.madeley@collabora.co.uk>2011-03-11 15:58:29 +0800
committerEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2011-04-08 18:41:29 +0800
commit1b2cc0df045f09e7de63b65d3da0f4f6d3c63186 (patch)
treee06645e4d98f313525a7dbcb9ccc515318492628 /libempathy-gtk/empathy-account-widget-skype.ui
parent5174e41f934d8c6d7326fdaf00d32c62955f8ab3 (diff)
downloadgsoc2013-empathy-1b2cc0df045f09e7de63b65d3da0f4f6d3c63186.tar
gsoc2013-empathy-1b2cc0df045f09e7de63b65d3da0f4f6d3c63186.tar.gz
gsoc2013-empathy-1b2cc0df045f09e7de63b65d3da0f4f6d3c63186.tar.bz2
gsoc2013-empathy-1b2cc0df045f09e7de63b65d3da0f4f6d3c63186.tar.lz
gsoc2013-empathy-1b2cc0df045f09e7de63b65d3da0f4f6d3c63186.tar.xz
gsoc2013-empathy-1b2cc0df045f09e7de63b65d3da0f4f6d3c63186.tar.zst
gsoc2013-empathy-1b2cc0df045f09e7de63b65d3da0f4f6d3c63186.zip
Add a Remember Password toggle which remembers the password
This feels a bit awkwardly implemented, for example, if you enter a password but uncheck the toggle, then the password will be removed from the dialog when the account connects (maybe this is the correct behaviour?). No one has really specced out the flow of this, maybe it can be sorted out properly when this code is made more generic.
Diffstat (limited to 'libempathy-gtk/empathy-account-widget-skype.ui')
-rw-r--r--libempathy-gtk/empathy-account-widget-skype.ui64
1 files changed, 33 insertions, 31 deletions
diff --git a/libempathy-gtk/empathy-account-widget-skype.ui b/libempathy-gtk/empathy-account-widget-skype.ui
index 67fb50f5d..1a131d29a 100644
--- a/libempathy-gtk/empathy-account-widget-skype.ui
+++ b/libempathy-gtk/empathy-account-widget-skype.ui
@@ -11,27 +11,13 @@
<property name="visible">True</property>
<property name="n_rows">4</property>
<property name="n_columns">2</property>
- <property name="column_spacing">12</property>
+ <property name="column_spacing">6</property>
<property name="row_spacing">6</property>
<child>
- <object class="GtkLabel" id="label_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>
- </object>
- <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>
<object class="GtkLabel" id="label_id">
<property name="visible">True</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Skype name:</property>
+ <property name="label" translatable="yes">_Skype name:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">entry_id_setup</property>
</object>
@@ -93,6 +79,21 @@ Get one at &lt;a href="http://www.skype.com/go/register"&gt;Skype.com&lt;/a&gt;<
</packing>
</child>
<child>
+ <object class="GtkCheckButton" id="remember-password-setup">
+ <property name="label" translatable="yes">Remember pass_word:</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">False</property>
+ <property name="use_underline">True</property>
+ <property name="active">True</property>
+ <property name="draw_indicator">True</property>
+ </object>
+ <packing>
+ <property name="top_attach">2</property>
+ <property name="bottom_attach">3</property>
+ </packing>
+ </child>
+ <child>
<placeholder/>
</child>
<child>
@@ -402,23 +403,9 @@ Get one at &lt;a href="http://www.skype.com/go/register"&gt;Skype.com&lt;/a&gt;<
<property name="visible">True</property>
<property name="n_rows">3</property>
<property name="n_columns">2</property>
- <property name="column_spacing">12</property>
+ <property name="column_spacing">6</property>
<property name="row_spacing">6</property>
<child>
- <object class="GtkLabel" id="label_password1">
- <property name="visible">True</property>
- <property name="xalign">0</property>
- <property name="label" translatable="yes">Pass_word:</property>
- <property name="use_underline">True</property>
- </object>
- <packing>
- <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>
<object class="GtkLabel" id="label_id1">
<property name="visible">True</property>
<property name="xalign">0</property>
@@ -480,6 +467,21 @@ Get one at &lt;a href="http://www.skype.com/go/register"&gt;Skype.com&lt;/a&gt;<
</packing>
</child>
<child>
+ <object class="GtkCheckButton" id="remember-password">
+ <property name="label" translatable="yes">Remember pass_word:</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">False</property>
+ <property name="use_underline">True</property>
+ <property name="active">True</property>
+ <property name="draw_indicator">True</property>
+ </object>
+ <packing>
+ <property name="top_attach">1</property>
+ <property name="bottom_attach">2</property>
+ </packing>
+ </child>
+ <child>
<placeholder/>
</child>
</object>