Bug 191748

Summary: Signals are connected to slots twice
Product: [Applications] systemsettings Reporter: Ivo Anjo <ivo>
Component: kcm_fileshareAssignee: Unassigned bugs <unassigned-bugs-null>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Ivo Anjo 2009-05-05 22:30:43 UTC
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.
Comment 1 Ivo Anjo 2009-05-20 23:19:11 UTC
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