diff options
| author | Peter Penz <[email protected]> | 2008-04-18 16:56:02 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-04-18 16:56:02 +0000 |
| commit | 049f2d4556adc6ff3e1405921a5d50df03e1954b (patch) | |
| tree | 8887db037dbac86465dbb63baee4274c5e635d13 /src | |
| parent | b6ca206636a68284e80bff91ebe9d7762f315231 (diff) | |
Temporary remove the fix from 798078, as it has a minor sideeffect. We'll try to find a proper solution during the next days...
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=798608
Diffstat (limited to 'src')
| -rw-r--r-- | src/infosidebarpage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/infosidebarpage.cpp b/src/infosidebarpage.cpp index c783252f7..a4c3d4157 100644 --- a/src/infosidebarpage.cpp +++ b/src/infosidebarpage.cpp @@ -261,7 +261,7 @@ void InfoSidebarPage::showItemInfo() connect(job, SIGNAL(failed(const KFileItem&)), this, SLOT(showIcon(const KFileItem&))); - m_nameLabel->setText( !m_fileItem.isNull() && selectedItems.isEmpty() ? m_fileItem.text() : ( !selectedItems.isEmpty() ? selectedItems[0].text() : file.fileName() ) ); + m_nameLabel->setText(file.fileName()); } showMetaInfo(); |
