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 498606afbe0710d75bc3ee44b6345046ab05d5a0 (commit) from f18be3b0bf3bfcd01510813fff6c055a219df4c7 (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 498606afbe0710d75bc3ee44b6345046ab05d5a0 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sat Jun 12 21:03:18 2010 +0200
Fix to large passwort-change window if language was set to english.
-----------------------------------------------------------------------
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 31d559d..f5a686b 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, - 70, 5, 5, 50, entries, ctr[TR_OK], ctr[TR_CANCEL], NULL); + 65, 5, 5, 50, entries, ctr[TR_OK], ctr[TR_CANCEL], NULL);
if (rc != 2) {
hooks/post-receive -- IPFire 2.x development tree