summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-05-27 02:21:10 +0200
committerAndrea Diamantini <adjam7@gmail.com>2010-05-27 02:21:10 +0200
commit60e2bbffb339d3be2dd0df696c134f7b1029dc60 (patch)
treef563ee69c8c05edce9a1326ab319061b3d0ad109
parentMerge commit 'refs/merge-requests/2279' of git://gitorious.org/rekonq/mainlin... (diff)
parentMake download links clickable (diff)
downloadrekonq-60e2bbffb339d3be2dd0df696c134f7b1029dc60.tar.xz
Merge commit 'refs/merge-requests/2281' of git://gitorious.org/rekonq/mainline into m2281
-rw-r--r--src/newtabpage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newtabpage.cpp b/src/newtabpage.cpp
index b3b9cf65..015e655b 100644
--- a/src/newtabpage.cpp
+++ b/src/newtabpage.cpp
@@ -582,7 +582,7 @@ void NewTabPage::downloadsPage()
div.appendInside("<em>" + date + "</em>");
div.appendInside("<br/>");
- div.appendInside(item.srcUrlString);
+ div.appendInside("<a href=" + item.srcUrlString + ">" + item.srcUrlString + "</a>");
div.appendInside("<br/>");
div.appendInside(markup("a"));