diff options
| author | Luca Beltrame <[email protected]> | 2014-07-16 10:13:57 +0200 |
|---|---|---|
| committer | Luca Beltrame <[email protected]> | 2014-07-16 10:13:57 +0200 |
| commit | e242d9548d11d92568a648efece5ff6c280b36cd (patch) | |
| tree | 414cc5b1eb313abf6b52ce978ee61e1f649167c3 /src/dolphintabpage.cpp | |
| parent | fc4315d57e8fe64d05aad2a1c24800f0149b21da (diff) | |
| parent | abd114f710b9d1247ecea4a82fb338492e9caf78 (diff) | |
Merge branch 'master' into frameworks
Conflicts:
kdepasswd/kcm/kcm_useraccount.desktop [deleted in frameworks branch]
plasma/applets/folderview/plasma-applet-folderview.desktop [deleted in frameworks branch]
Diffstat (limited to 'src/dolphintabpage.cpp')
| -rw-r--r-- | src/dolphintabpage.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/dolphintabpage.cpp b/src/dolphintabpage.cpp index c8e426335..82be6d59c 100644 --- a/src/dolphintabpage.cpp +++ b/src/dolphintabpage.cpp @@ -76,6 +76,10 @@ void DolphinTabPage::setSplitViewEnabled(bool enabled) if (enabled) { const KUrl& url = m_primaryViewContainer->url(); m_secondaryViewContainer = createViewContainer(url); + + const bool placesSelectorVisible = m_primaryViewContainer->urlNavigator()->isPlacesSelectorVisible(); + m_secondaryViewContainer->urlNavigator()->setPlacesSelectorVisible(placesSelectorVisible); + m_splitter->addWidget(m_secondaryViewContainer); m_secondaryViewContainer->show(); m_secondaryViewContainer->setActive(true); |
