[SCM] pkg-kde repository scripts branch, master, updated. 9febf6a22ee00b274a09ef73e3bc5e7793b3bf0c

Modestas Vainius modax-guest at alioth.debian.org
Sat Dec 5 00:36:51 UTC 2009


The following commit has been merged in the master branch:
commit 9febf6a22ee00b274a09ef73e3bc5e7793b3bf0c
Author: Modestas Vainius <modestas at vainius.eu>
Date:   Sat Dec 5 02:35:47 2009 +0200

    Show out-dated version as tooltip.
---
 reprepro-html-index |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/reprepro-html-index b/reprepro-html-index
index 24b8f56..95ba3a4 100755
--- a/reprepro-html-index
+++ b/reprepro-html-index
@@ -308,7 +308,7 @@ sub print_html_summary {
 						print '<span class="arch_uptodate">', $arch, '</span> ';
 					}
 				} else {
-					print '<span class="arch_outdated">', $arch, '</span> ';
+					print '<span title="'.$vers[0].'" class="arch_outdated">', $arch, '</span> ';
 				}
 			} else {
 				print '<span class="arch_outdated">', $arch, '</span> (';

-- 
pkg-kde repository scripts



More information about the pkg-kde-commits mailing list