#747 closed defect/bug (fixed)
oversight in request_callback_destroy() makes the function unusable from DBus
Reported by: | thebohemian | Owned by: | cp15 |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | dbus | Version: | git master |
Severity: | Keywords: | ||
Cc: |
Description
The request_callback_destroy() is not usable because it expects a 'search_list' object path instead of a callback. Attached patch fixes that and makes the function usable.
Problem was found in rev 3941.
Attachments (1)
Change History (3)
Changed 12 years ago by thebohemian
comment:1 Changed 12 years ago by woglinde
- Resolution set to fixed
- Status changed from new to closed
fix is commited with revision 4033
http://navit.svn.sourceforge.net/viewvc/navit?view=revision&revision=4033
comment:2 Changed 12 years ago by woglinde
Hi,
okay the workaround for now is to use the included wordexp lib instead of the cygwin one. For now mv the cygwin wordexp header from /usr/include/wordexp.h to /usr/include/wordexp.bak
configure will than select the internal wordexp lib.
I will try to make better configure options to control this behavouir, besides autotools support will be removed in the future.
Bye Henning
fixes the aforementioned issue