From 4ad6f3e7253d59e951e5fa2fc1f309593d62f991 Mon Sep 17 00:00:00 2001 From: Milan Bouchet-Valat Date: Wed, 27 Jan 2010 14:37:00 +0100 Subject: [PATCH] [about-me] Fix list of passwd error strings Need to add "dictionary" to the first list of known errors for the previous commit to change something. Fix indentation of the whole list too. --- capplets/about-me/gnome-about-me-password.c | 25 +++++++++++---------- 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/capplets/about-me/gnome-about-me-password.c b/capplets/about-me/gnome-about-me-password.c index 8e16aead7..7fbe8f583 100644 --- a/capplets/about-me/gnome-about-me-password.c +++ b/capplets/about-me/gnome-about-me-password.c @@ -500,18 +500,19 @@ io_watch_stdout (GIOChannel *source, GIOCondition condition, PasswordDialog *pdi /* Passwd is asking for our retyped new password */ if (is_string_complete (str->str, "successfully", - "short", - "longer", - "palindrome", - "simple", - "similar", - "wrapped", - "recovered", - "unchanged", - "match", - "1 numeric or special", - "failure", - NULL)) { + "short", + "longer", + "palindrome", + "dictionary", + "simple", + "similar", + "wrapped", + "recovered", + "unchanged", + "match", + "1 numeric or special", + "failure", + NULL)) { /* What response did we get? */ passdlg_set_busy (pdialog, FALSE);