diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-06-03 00:40:28 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-06-03 00:40:28 +0200 |
commit | 7ea16e97740ee21660d7130c83ff6af5fb3b1563 (patch) | |
tree | b1606230a21adf04f49de208fa71cc21d9d0af7d /src/settings.cpp | |
parent | Fixing CMakelists and close buttons (diff) | |
download | rekonq-7ea16e97740ee21660d7130c83ff6af5fb3b1563.tar.xz |
new cookie management system. That (hopefully) works well..;)
Diffstat (limited to 'src/settings.cpp')
-rw-r--r-- | src/settings.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/settings.cpp b/src/settings.cpp index d8de1441..f6e73412 100644 --- a/src/settings.cpp +++ b/src/settings.cpp @@ -215,4 +215,3 @@ void SettingsDialog::setHomeToCurrentPage() d->generalUi.kcfg_homePage->setText(webView->url().prettyUrl()); } } - |