2006-05-26  Rodrigo Moya <rodrigo@novell.com>

	Fixes #324971

	* gnome-about-me-password.c (passdlg_spawn_passwd): fixed typo.
This commit is contained in:
Rodrigo Moya 2006-05-26 11:30:08 +00:00 committed by Rodrigo Moya
parent 75d548e5ae
commit db8a8d4b8c
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2006-05-26 Rodrigo Moya <rodrigo@novell.com>
Fixes #324971
* gnome-about-me-password.c (passdlg_spawn_passwd): fixed typo.
2006-01-21 Diego Gonzalez <diego@pemas.net>
* gnome-about-me.c (about_me_foucs_out): fix crash 317315.

View file

@ -788,7 +788,7 @@ passdlg_spawn_passwd (PasswordDialog *pdialog)
details = g_strdup_printf (_("Unable to launch /usr/bin/passwd: %s"), error->message);
passdlg_error_dialog (_("Unable to launch backend"),
_("A system error has occured"),
_("A system error has occurred"),
details);
g_free (details);