gnome-control-center r8534 - trunk/capplets/about-me



Author: jensg
Date: Thu Feb 28 21:58:31 2008
New Revision: 8534
URL: http://svn.gnome.org/viewvc/gnome-control-center?rev=8534&view=rev

Log:
2008-02-28  Jens Granseuer  <jensgr gmx net>

	* gnome-about-me-password.c: (io_watch_stdout): fix misspelling of
	"palindrome" that would make us wait forever when that case occurred
	(bug #519398)


Modified:
   trunk/capplets/about-me/ChangeLog
   trunk/capplets/about-me/gnome-about-me-password.c

Modified: trunk/capplets/about-me/gnome-about-me-password.c
==============================================================================
--- trunk/capplets/about-me/gnome-about-me-password.c	(original)
+++ trunk/capplets/about-me/gnome-about-me-password.c	Thu Feb 28 21:58:31 2008
@@ -503,7 +503,7 @@
 			if (is_string_complete (str->str, "successfully",
 											  "short",
 											  "longer",
-											  "panlindrome",
+											  "palindrome",
 											  "simple",
 											  "similar",
 											  "wrapped",
@@ -535,7 +535,7 @@
 					} else if (g_strrstr (str->str, "short") != NULL ||
 						   g_strrstr (str->str, "longer") != NULL) {
 						msg = g_strdup (_("The password is too short."));
-					} else if (g_strrstr (str->str, "panlindrome") != NULL ||
+					} else if (g_strrstr (str->str, "palindrome") != NULL ||
 						   g_strrstr (str->str, "simple") != NULL) {
 						msg = g_strdup (_("The password is too simple."));
 					} else if (g_strrstr (str->str, "similar") != NULL ||



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