Summary: | Turning off tooltip doesn't work | ||
---|---|---|---|
Product: | [Unmaintained] kicker | Reporter: | Cédric Bellegarde <web> |
Component: | general | Assignee: | Aaron J. Seigo <aseigo> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Cédric Bellegarde
2005-11-29 15:35:20 UTC
SVN commit 484222 by aseigo: obey the tooltips config setting BUG:117277 M +1 -1 kickertip.cpp --- branches/KDE/3.5/kdebase/kicker/libkicker/kickertip.cpp #484221:484222 @@ -67,7 +67,7 @@ m_dissolveSize(0), m_dissolveDelta(-1), m_dirty(false), - m_toolTipsEnabled(true), + m_toolTipsEnabled(KickerSettings::showToolTips()), m_tippingFor(0) { setFocusPolicy(NoFocus); |