This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, master has been updated via 5f3b20eac388e41aaa3f0f8e215aa70326d23b5c (commit) from ecb061e4f93ac6ff2a0162a992e244c9a045d02b (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 5f3b20eac388e41aaa3f0f8e215aa70326d23b5c Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sat Jun 12 00:01:20 2010 +0200
Increase length of the password dialog to 50 chars.
-----------------------------------------------------------------------
Summary of changes: src/install+setup/setup/passwords.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
Difference in files: diff --git a/src/install+setup/setup/passwords.c b/src/install+setup/setup/passwords.c index 4b9e61b..31d559d 100644 --- a/src/install+setup/setup/passwords.c +++ b/src/install+setup/setup/passwords.c @@ -85,7 +85,7 @@ int getpassword(char *password, char *text) done = 1; sprintf (title, "%s %s - %s", NAME, VERSION, SLOGAN); rc = newtWinEntries(title, text, - 50, 5, 5, 20, entries, ctr[TR_OK], ctr[TR_CANCEL], NULL); + 70, 5, 5, 50, entries, ctr[TR_OK], ctr[TR_CANCEL], NULL);
if (rc != 2) {
hooks/post-receive -- IPFire 2.x development tree