Bug 117277 - Turning off tooltip doesn't work
Summary: Turning off tooltip doesn't work
Status: RESOLVED FIXED
Alias: None
Product: kicker
Classification: Plasma
Component: general (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: Aaron J. Seigo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-29 15:35 UTC by Cédric Bellegarde
Modified: 2005-11-29 22:57 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Cédric Bellegarde 2005-11-29 15:35:20 UTC
Version:            (using KDE KDE 3.5.0)
Installed from:    Ubuntu Packages
OS:                Linux

Since kde 3.5, turning off tooltip in kicker prefs works for current session, but tooltip is on after logout/login...
Comment 1 Aaron J. Seigo 2005-11-29 22:57:39 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);