[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.
This commit is contained in:
Milan Bouchet-Valat 2010-01-27 14:37:00 +01:00
parent 51befc4497
commit 4ad6f3e725

View file

@ -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);