Version: (using Devel) OS: Linux Installed from: Compiled sources In kdenetwork/filesharing/advanced/propsdlgplugin/, the signals for the dialog are connected twice to the slots: they are connected in the PropertiesPageGUI constructor and in the propertiespagegui.ui file, resulting in slots being called twice for each event. This seems to have been introduced in revision 905648.
SVN commit 970814 by ianjo: Remove duplicate signal/slot connections: they were already defined in propertiespagegui.ui, and so the connections were made twice. BUG: 191748 CCMAIL: montel@kde.org M +0 -14 propertiespage.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=970814