diff options
| author | Peter Penz <[email protected]> | 2008-10-05 21:17:06 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-10-05 21:17:06 +0000 |
| commit | 2a1c78d3dad73dff28e5cd5899987edc5f5d5780 (patch) | |
| tree | 52abf872cc4f0f5547bc76ff9f2f1de0badf8f7e /src/dolphinviewcontainer.cpp | |
| parent | 2efa5667f6dcde4429ec259c4ac703b9d99fb4bc (diff) | |
Provide a zoom slider in the status bar. It is configurable whether the zoom slider and/or the space information is shown in the statusbar (the GUI in the settings dialog will be provided during the next week).
svn path=/trunk/KDE/kdebase/apps/; revision=868272
Diffstat (limited to 'src/dolphinviewcontainer.cpp')
| -rw-r--r-- | src/dolphinviewcontainer.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/dolphinviewcontainer.cpp b/src/dolphinviewcontainer.cpp index 5ec6522e7..342aa08c7 100644 --- a/src/dolphinviewcontainer.cpp +++ b/src/dolphinviewcontainer.cpp @@ -144,9 +144,7 @@ DolphinViewContainer::DolphinViewContainer(DolphinMainWindow* mainWindow, connect(m_urlNavigator, SIGNAL(urlChanged(const KUrl&)), this, SLOT(restoreView(const KUrl&))); - m_statusBar = new DolphinStatusBar(this, url); - connect(m_view, SIGNAL(urlChanged(const KUrl&)), - m_statusBar, SLOT(updateSpaceInfoContent(const KUrl&))); + m_statusBar = new DolphinStatusBar(this, m_view); m_filterBar = new FilterBar(this); m_filterBar->setVisible(settings->filterBar()); |
