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: sebastian@trueg.de

svn path=/trunk/KDE/kdebase/apps/; revision=798608
This commit is contained in:
Peter Penz 2008-04-18 16:56:02 +00:00
parent b6ca206636
commit 049f2d4556

View file

@ -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();