[gnome-control-center] [about-me] Fix list of passwd error strings



commit 4ad6f3e7253d59e951e5fa2fc1f309593d62f991
Author: Milan Bouchet-Valat <nalimilan club fr>
Date:   Wed Jan 27 14:37:00 2010 +0100

    [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 files 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 8e16aea..7fbe8f5 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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]