Bug 89819 - [maintainer] x11-toolkits/py-kde: patch for dcopexport 'void' bug
Summary: [maintainer] x11-toolkits/py-kde: patch for dcopexport 'void' bug
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Marcus Alves Grando
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-01 21:40 UTC by Danny Pansters
Modified: 2005-12-02 13:06 UTC (History)
1 user (show)

See Also:


Attachments
py-kde.diff (2.17 KB, patch)
2005-12-01 21:40 UTC, Danny Pansters
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Danny Pansters 2005-12-01 21:40:10 UTC
Fix a small bug in extensions/dcopexport.py that would have (k)dcop complain
when a void method gets executed, even though execution works fine.

This fix is provided by the PyKDE author.

How-To-Repeat: Run the example_dcopexport.py example, then dcop, e.g:

%dcop petshop-46787 "dead parrot" setParrotType "Big Bird"
call failed
%dcop petshop-46787 "dead parrot" getParrotType
Big Bird
Comment 1 Marcus Alves Grando freebsd_committer freebsd_triage 2005-12-01 21:46:53 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mnag

I'll take it.
Comment 2 Marcus Alves Grando freebsd_committer freebsd_triage 2005-12-02 13:06:37 UTC
State Changed
From-To: open->closed

Committed. Thanks!