From 2a901e2735ac2bff6b1ee2059e9390041f86446e Mon Sep 17 00:00:00 2001 From: rogue-spectre Date: Sun, 24 Jul 2016 02:43:27 +0200 Subject: add some missing space --- capplets/about-me/mate-about-me-dialog.ui | 1 + 1 file changed, 1 insertion(+) (limited to 'capplets') diff --git a/capplets/about-me/mate-about-me-dialog.ui b/capplets/about-me/mate-about-me-dialog.ui index c57f267c..77f48248 100644 --- a/capplets/about-me/mate-about-me-dialog.ui +++ b/capplets/about-me/mate-about-me-dialog.ui @@ -50,6 +50,7 @@ True False + 48 True -- cgit v1.2.1 From 8aa710e8621a06ee40e2d71fb28d80c6248dab9c Mon Sep 17 00:00:00 2001 From: rogue-spectre Date: Wed, 27 Jul 2016 09:19:52 +0200 Subject: Missing coma missing coma cause hang for unchanged or recent password error --- capplets/about-me/mate-about-me-password.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'capplets') 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", -- cgit v1.2.1