aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanielle Madeley <danielle.madeley@collabora.co.uk>2011-03-15 13:25:13 +0800
committerEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2011-04-08 18:41:29 +0800
commit5cf68cc540e946cf5470e6d4978d13ce30c8cf9c (patch)
tree09ba0088d5c3abbbad944db2a1994e4370d9173c
parent2a85f0995c7e706dccc43b79aaa2d11457371605 (diff)
downloadgsoc2013-empathy-5cf68cc540e946cf5470e6d4978d13ce30c8cf9c.tar
gsoc2013-empathy-5cf68cc540e946cf5470e6d4978d13ce30c8cf9c.tar.gz
gsoc2013-empathy-5cf68cc540e946cf5470e6d4978d13ce30c8cf9c.tar.bz2
gsoc2013-empathy-5cf68cc540e946cf5470e6d4978d13ce30c8cf9c.tar.lz
gsoc2013-empathy-5cf68cc540e946cf5470e6d4978d13ce30c8cf9c.tar.xz
gsoc2013-empathy-5cf68cc540e946cf5470e6d4978d13ce30c8cf9c.tar.zst
gsoc2013-empathy-5cf68cc540e946cf5470e6d4978d13ce30c8cf9c.zip
Fake password should be 12 'x's instead of 8
-rw-r--r--libempathy-gtk/empathy-account-widget-skype.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-account-widget-skype.c b/libempathy-gtk/empathy-account-widget-skype.c
index 0b2fd1df4..d713fac25 100644
--- a/libempathy-gtk/empathy-account-widget-skype.c
+++ b/libempathy-gtk/empathy-account-widget-skype.c
@@ -385,7 +385,7 @@ account_widget_build_skype_get_password_saved_cb (TpProxy *account,
return;
gtk_entry_set_text (GTK_ENTRY (password_entry),
- password_saved ? "xxxxxxxx": "");
+ password_saved ? "xxxxxxxxxxxx": "");
g_object_set_data (password_entry, "fake-password",
GUINT_TO_POINTER (password_saved));