diff options
| author | Shaun Reich <[email protected]> | 2009-03-10 00:40:37 +0000 |
|---|---|---|
| committer | Shaun Reich <[email protected]> | 2009-03-10 00:40:37 +0000 |
| commit | b23c00997abab794ff8d9d8b18abfadec89b89da (patch) | |
| tree | f2ab37dfbe2fccd997e04dfc00742e24379cb73b /src/dolphinmainwindow.cpp | |
| parent | f320652966b0b31f8838004a31798592de4b71c5 (diff) | |
A change in focus between the split view, would not update the icon on the tab that it was in-now does.
svn path=/trunk/KDE/kdebase/apps/; revision=937597
Diffstat (limited to 'src/dolphinmainwindow.cpp')
| -rw-r--r-- | src/dolphinmainwindow.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index 271d8edec..31f3f48a9 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -1012,6 +1012,7 @@ void DolphinMainWindow::setActiveViewContainer(DolphinViewContainer* viewContain setCaption(url.fileName()); if (m_viewTab.count() > 1 && m_viewTab[m_tabIndex].secondaryView != 0) { m_tabBar->setTabText(m_tabIndex, tabName(url)); + m_tabBar->setTabIcon(m_tabIndex, KIcon(KMimeType::iconNameForUrl(url))); } emit urlChanged(url); |
