Glenn Linderman wrote:
[snip]
This seems to be a bug in the deprecation code for
Win32::GUI::NotifyIcon. It's Delete method is deprecated, and because of
my program redirecting the warning to a log file, I didn't notice that
right away. However, the attempt to AUTOLOAD Win32::GUI::_Delete reveals
that the last line in this delete method is missing a "::NotifyIcon".
Comparison to the new DESTROY method immediately following shows that
the referenced _Delete method really should be in the NotifyIcon package.
As it stands, this is a pretty forceful sort of deprecation cycle!
Thanks. Just in time to sneak the fix into the 1.04 release. Nice catch.
Regards,
Rob.