diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-09-05 22:17:55 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-09-05 22:17:55 +0200 |
commit | b90cece697c11aa63bd686c72c7440c7dd857bd8 (patch) | |
tree | e05c5ce105f72cce11a1810dd0d0e1249ddc101f /src/mainwindow.cpp | |
parent | Restored the beautiful CTRL + L shortcut. (diff) | |
download | rekonq-b90cece697c11aa63bd686c72c7440c7dd857bd8.tar.xz |
Simplified CookieJar management
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r-- | src/mainwindow.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index a6b663a3..04db6f6f 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -208,11 +208,6 @@ void MainWindow::postLaunch() // accept d'n'd setAcceptDrops(true); - - // set CookieJar window Id - const qlonglong winId = window()->winId(); - Application::cookieJar()->setWindowId(winId); - Application::networkAccessManager()->metaData().insert("window-id", QString::number(winId)); } |