diff options
| author | Peter Penz <[email protected]> | 2007-06-08 13:44:59 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-06-08 13:44:59 +0000 |
| commit | dd70012499c6b7b421a9f9cdc7d3e362f6e0ed94 (patch) | |
| tree | 2e78d9279534d51cae07e83b35804d590ac76e7a /src/dolphinview.cpp | |
| parent | 1fda73fca0a96bf5619afec7bae6497ac9be34b7 (diff) | |
enable hovering information in the status bar again (has been disabled temporary because of the DolphinView/DolphinViewContainer split)
svn path=/trunk/KDE/kdebase/apps/; revision=672931
Diffstat (limited to 'src/dolphinview.cpp')
| -rw-r--r-- | src/dolphinview.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/dolphinview.cpp b/src/dolphinview.cpp index 617764335..d33dfa2a8 100644 --- a/src/dolphinview.cpp +++ b/src/dolphinview.cpp @@ -815,16 +815,12 @@ void DolphinView::showHoverInformation(const QModelIndex& index) const KFileItem* item = fileItem(index); if (item != 0) { - // TODO: temporary deactivated due to DolphinView/DolphinViewController split - //m_statusBar->setMessage(item->getStatusBarInfo(), DolphinStatusBar::Default); emit requestItemInfo(item->url()); } } void DolphinView::clearHoverInformation() { - // TODO: temporary deactivated due to DolphinView/DolphinViewController split - //m_statusBar->clear(); emit requestItemInfo(KUrl()); } |
