summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-02-05 17:47:46 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-02-05 17:47:46 +0900
commit7390d40f774d7533389294ee356e8c29ccebdbe9 (patch)
tree0154e1e47b7e79881050bfde005e95684c060c05
parentb4e3a3143c76b6ae5f3740f80e064a2765e6759e (diff)
downloadtdebase-7390d40f774d7533389294ee356e8c29ccebdbe9.tar.gz
tdebase-7390d40f774d7533389294ee356e8c29ccebdbe9.zip
Kicker storage applet: display more useful information on the tooltip of each device.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--kicker/applets/media/mediumbutton.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/kicker/applets/media/mediumbutton.cpp b/kicker/applets/media/mediumbutton.cpp
index ce61cfbd6..b87f73ab1 100644
--- a/kicker/applets/media/mediumbutton.cpp
+++ b/kicker/applets/media/mediumbutton.cpp
@@ -122,8 +122,7 @@ void MediumButton::initPopup()
void MediumButton::refreshType()
{
- KMimeType::Ptr mime = mFileItem.determineMimeType();
- TQToolTip::add(this, mime->comment());
+ TQToolTip::add(this, mFileItem.text());
setIcon(mFileItem.iconName());
}