[Panel-devel] playground/base/plasma/applets/dict

Thomas Georgiou tageorgiou at gmail.com
Sun Jul 29 17:52:29 CEST 2007


> SVN commit 693945 by mlaurent:
>
> Fix crash
>
>  M  +1 -1      dict.cpp
>
>
> --- trunk/playground/base/plasma/applets/dict/dict.cpp #693944:693945
> @@ -97,7 +97,7 @@
>
>      m_word = QString("");
>      dataEngine("dict")->connectSource(m_word, this);
> -    connect(m_wordEdit, SIGNAL(editingFinished()), this, SLOT(define()));
> +    //connect(m_wordEdit, SIGNAL(editingFinished()), this,
> SLOT(define())); connect(m_wordEdit, SIGNAL(textChanged(const QString&)),
> this, SLOT(autoDefine(const QString&))); connect(m_defEdit,
> SIGNAL(linkActivated(const QString&)), this, SLOT(linkDefine(const
> QString&)));

What crash does this fix?
If you have a backtrace, can you send it to me?
I see no reason this would crash it and it adds a feature.

Thomas Georgiou


More information about the Panel-devel mailing list