From 744f398ec3592d2e5bd60538aa618f92d315dcc3 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Mon, 22 Jun 2009 13:35:28 +0000 Subject: Fixed queuing and the iphone-gcc crash. --- Cydia.app/confirm.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Cydia.app/confirm.js') diff --git a/Cydia.app/confirm.js b/Cydia.app/confirm.js index bd78c2e..ba2e2e5 100644 --- a/Cydia.app/confirm.js +++ b/Cydia.app/confirm.js @@ -43,9 +43,12 @@ $(function () { var type = entry[0]; if (type == "PreDepends") type = "Depends"; + var version = entry[1]; + if (entry.length >= 4) + version += " " + entry[3]; $("#i" + i).append("
" + "" + - "" + + "" + "
"); } } -- cgit v1.2.3