diff options
| author | Albert Astals Cid <[email protected]> | 2017-03-28 00:53:36 +0200 |
|---|---|---|
| committer | Albert Astals Cid <[email protected]> | 2017-03-28 00:53:36 +0200 |
| commit | a3920e3ae94e6ac539331d2680860bbe896b1ede (patch) | |
| tree | 7cefdef2ea2094c7c264f98db9d74830fb235673 /src/dolphinmainwindow.cpp | |
| parent | 287e61b48032c7f1e607c7ffa877132d6d00f47d (diff) | |
| parent | 4de29ad90dc626febc1cda52c714d2e72d336238 (diff) | |
Merge remote-tracking branch 'origin/Applications/17.04'
Diffstat (limited to 'src/dolphinmainwindow.cpp')
| -rw-r--r-- | src/dolphinmainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index de8601d4e..a163ef7fd 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -290,7 +290,7 @@ void DolphinMainWindow::updateFilterBarAction(bool show) void DolphinMainWindow::openNewMainWindow() { - Dolphin::openNewWindow({}, this); + Dolphin::openNewWindow({m_activeViewContainer->url()}, this); } void DolphinMainWindow::openNewActivatedTab() |
