diff options
author | Björn Gustavsson <[email protected]> | 2010-05-10 18:38:42 +0300 |
---|---|---|
committer | Raimo Niskanen <[email protected]> | 2010-05-21 10:27:10 +0200 |
commit | 89266f29b2618237d433662e5a1a377520d7834a (patch) | |
tree | e9b100a4a377cc2bfda264081f6c7fd58a0ab02e /lib/runtime_tools/c_src | |
parent | f0286fc534e3905aba9b057b04fc73b3663dc77c (diff) | |
download | otp-89266f29b2618237d433662e5a1a377520d7834a.tar.gz otp-89266f29b2618237d433662e5a1a377520d7834a.tar.bz2 otp-89266f29b2618237d433662e5a1a377520d7834a.zip |
wx_objects: Fix calls to unexported gen_server:print_event/3
In code copied (and modified) from the gen_server module, there
are references to the gen_server:print_event/3 function, which is
not exported.
We could export print_event/3 from the gen_server, but in that
case we must promise to keep the function and keep it compatible
in the future. Since the function is small and wx_object already
contains a lot of code copied from gen_server, let's copy the
code for print_event/3 too.
(Thanks to Kostis Sagonas. This old bug was exposed by a patch
by Kostis that replaced "tuple funs" with real funs.)
Diffstat (limited to 'lib/runtime_tools/c_src')
0 files changed, 0 insertions, 0 deletions