Kicker storage applet: display more useful information on the tooltip of each device.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/256/head
Michele Calgaro 2 years ago
parent b4e3a3143c
commit 7390d40f77
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -122,8 +122,7 @@ void MediumButton::initPopup()
void MediumButton::refreshType() void MediumButton::refreshType()
{ {
KMimeType::Ptr mime = mFileItem.determineMimeType(); TQToolTip::add(this, mFileItem.text());
TQToolTip::add(this, mime->comment());
setIcon(mFileItem.iconName()); setIcon(mFileItem.iconName());
} }

Loading…
Cancel
Save