mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
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:
parent
b6ca206636
commit
049f2d4556
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue