| Summary: | Option to disable tooltips | ||
|---|---|---|---|
| Product: | [Unmaintained] kicker | Reporter: | Gaute Hvoslef Kvalnes <gaute> |
| Component: | minipagerapplet | Assignee: | Michael Brade <brade> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Debian testing | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Gaute Hvoslef Kvalnes
2003-01-04 16:50:56 UTC
Subject: kdebase/kicker/applets/minipager CVS commit by hausmann: - don't show the tooltips in LabelName mode, as it's redundant and terribly annoying CCMAIL: 52592-done@bugs.kde.org M +2 -1 pagerapplet.cpp 1.88 --- kdebase/kicker/applets/minipager/pagerapplet.cpp #1.87:1.88 @@ -473,4 +473,5 @@ void KMiniPager::allocateButtons() // btn->setOn(i == act); btn->show(); + if ( mode() != KMiniPager::LabelName ) QToolTip::add(btn, kwin()->desktopName(i)); |