diff options
author | rogue-spectre <[email protected]> | 2016-07-27 09:19:52 +0200 |
---|---|---|
committer | monsta <[email protected]> | 2016-08-12 14:16:14 +0300 |
commit | 3ec3973fc4831c01ba6844c49daf76e5df5d5402 (patch) | |
tree | 781e439eef5fa01b382c254f526d36afa7f45e0c | |
parent | 5c04caf86c21e5c9d950b9d95d87937388b9cc3f (diff) | |
download | mate-control-center-3ec3973fc4831c01ba6844c49daf76e5df5d5402.tar.bz2 mate-control-center-3ec3973fc4831c01ba6844c49daf76e5df5d5402.tar.xz |
Missing coma
missing coma cause hang for unchanged or recent password error
-rw-r--r-- | capplets/about-me/mate-about-me-password.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/capplets/about-me/mate-about-me-password.c b/capplets/about-me/mate-about-me-password.c index 567ef94e..91369fa6 100644 --- a/capplets/about-me/mate-about-me-password.c +++ b/capplets/about-me/mate-about-me-password.c @@ -508,7 +508,7 @@ io_watch_stdout (GIOChannel *source, GIOCondition condition, PasswordDialog *pdi "case", "wrapped", "recovered", - "recent" + "recent", "unchanged", "match", "1 numeric or special", |