diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-09-20 01:21:19 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-09-20 01:21:19 +0200 |
commit | ecd2a52034f4b3a64a17dfd6e33a05683076efa6 (patch) | |
tree | f809f1430bf823a9d5e0f56a61675bbe3d165bed /src/main.cpp | |
parent | open a new tab on double click on empty tab area (diff) | |
download | rekonq-ecd2a52034f4b3a64a17dfd6e33a05683076efa6.tar.xz |
Applied (and refactored) patch from Matgic78 about smart opening
of external links.
rekonq now behaves as discussed (no settings required).
So, it opens links in a window in the current desktop
Every other behaviour... is a bug!!
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/main.cpp b/src/main.cpp index 01054fc3..4518d8cf 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -129,10 +129,5 @@ int main(int argc, char **argv) Application app; - if( app.isSessionRestored() ) - { - Application::sessionManager()->restoreSession(); - } - return app.exec(); } |