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, next has been updated via d9efec0d7bc7bd6c0588ba978f6331a3449ddc8d (commit) from cdd31b0871663337611424302ee6f0dcc109a81d (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 d9efec0d7bc7bd6c0588ba978f6331a3449ddc8d Author: Jörn-Ingo Weigert jiweigert@googlemail.com Date: Sat Oct 20 11:04:42 2012 +0200
updatexlrator.cgi: Fix wrong patch to delete.gif.
-----------------------------------------------------------------------
Summary of changes: html/cgi-bin/updatexlrator.cgi | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
Difference in files: diff --git a/html/cgi-bin/updatexlrator.cgi b/html/cgi-bin/updatexlrator.cgi index 04b7b8e..e3e633c 100644 --- a/html/cgi-bin/updatexlrator.cgi +++ b/html/cgi-bin/updatexlrator.cgi @@ -1362,7 +1362,7 @@ sub printlegendicons <td><img src='/images/updbooster/updxl-globe.gif' alt='$Lang::tr{'updxlrtr last checkup'}' /></td> <td class='base'>$Lang::tr{'updxlrtr last checkup'}</td> <td class='base'> </td> - <td><img src='/images/updbooster/delete.gif' alt='$Lang::tr{'updxlrtr remove file'}' /></td> + <td><img src='/images/delete.gif' alt='$Lang::tr{'updxlrtr remove file'}' /></td> <td class='base'>$Lang::tr{'updxlrtr remove file'}</td> <td class='base'> </td> <td class='base'> </td>
hooks/post-receive -- IPFire 2.x development tree