diff options
author | rogue-spectre <[email protected]> | 2016-07-27 09:19:52 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2016-07-27 09:19:52 +0200 |
commit | 8aa710e8621a06ee40e2d71fb28d80c6248dab9c (patch) | |
tree | aa661b12d851add536f3423e18813a77656f1bf9 /capplets/about-me/mate-about-me-password.c | |
parent | 2a901e2735ac2bff6b1ee2059e9390041f86446e (diff) | |
download | mate-control-center-8aa710e8621a06ee40e2d71fb28d80c6248dab9c.tar.bz2 mate-control-center-8aa710e8621a06ee40e2d71fb28d80c6248dab9c.tar.xz |
Missing coma
missing coma cause hang for unchanged or recent password error
Diffstat (limited to 'capplets/about-me/mate-about-me-password.c')
-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", |