From aaebb7569a4d800443c83da8a96fc3d6f92e90fc Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Tue, 29 Sep 2009 12:24:33 +0200 Subject: Initial fixes --- src/homepage.cpp | 33 ++++++++++++++++++++++++++++++--- src/rekonq.kcfg | 4 ++-- 2 files changed, 32 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/homepage.cpp b/src/homepage.cpp index dabcaad7..f79a3446 100644 --- a/src/homepage.cpp +++ b/src/homepage.cpp @@ -98,7 +98,7 @@ QString HomePage::speedDial() QStringList names = ReKonfig::previewNames(); QStringList urls = ReKonfig::previewUrls(); - QString speed = ""; + QString speed = ""; for(int i=0; i<4; ++i) { speed += ""; } - speed += ""; + speed += "
"; @@ -120,7 +120,7 @@ QString HomePage::speedDial() speed += "

"; speed += "" + names.at(i) + "
"; return speed; } @@ -188,7 +188,34 @@ QString HomePage::homePageMenu() QString HomePage::history() { - return QString(""); + QString history = "

" + i18n("History") + "

"; + history += "