kdelibs: kwhatsthis manager b0rken
Kurt Pfeifle
k1pfeifle at gmx.net
Thu Jan 20 03:00:51 GMT 2005
On Wednesday 19 January 2005 19:18, Kurt Pfeifle wrote:
> During aKademy mornfall hacked the kwhatsthismanager. But it
> doesnt work any longer.
Thanks to pahli_bar in IRC for the hint.
It was actually commit 1.5 to kdelibs/kdeui/kwhatsthismanager.cpp
which broke that feature:
kdedev-[SCR]@p15159004:~/src/kde/kdelibs/kdeui> cvs diff -r1.4 -r1.5 kwhatsthismanager.cpp
[....]
- if (e -> type () == QEvent::ChildInserted) {
+ if (o == this && e -> type () == QEvent::ChildInserted) {
putting back the line as
if (e -> type () == QEvent::ChildInserted) {
restored the feature for me.
I'll use it now to mail myself suggestions for including missing
WhatsThis items.
> Ideally, it should be an option where it could be enabled
> "on demand" via kdebugdialog (and again deployed in KDE).
Cheers,
Kurt
More information about the kde-core-devel
mailing list