http://bugzilla.novell.com/show_bug.cgi?id=565772 http://bugzilla.novell.com/show_bug.cgi?id=565772#c0 Summary: python-kde3: KToolBarLabelAction has wrong binding Classification: openSUSE Product: openSUSE 11.1 Version: Final Platform: x86-64 OS/Version: openSUSE 11.1 Status: NEW Severity: Normal Priority: P5 - None Component: KDE3 AssignedTo: kde-maintainers@suse.de ReportedBy: matthias.peinhardt@googlemail.com QAContact: qa@suse.de Found By: --- Blocker: --- Created an attachment (id=333293) --> (http://bugzilla.novell.com/attachment.cgi?id=333293) minimal test case User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.0.15) Gecko/2009102100 SUSE/3.0.15-0.1.2 Firefox/3.0.15 In python-kde3-doc it is clearly explained how slots/signals should work. Even an example is given using KAction. The constructors of KToolBarLabelAction however have the following signatures: KToolBarLabelAction (QString, KShortcut, QObject, char, KActionCollection, char) KToolBarLabelAction (QWidget, QString, KShortcut, QObject, char, KActionCollection, char) KToolBarLabelAction (QLabel, KShortcut, QObject, char, KActionCollection, char) the receiver/slot pair should be one parameter, and it should be possible to pass an ordinary python method there. In other words: how should the attached example code ever work? Reproducible: Always Steps to Reproduce: 1. 2. 3. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.