comparison ChangeLog.API @ 24887:df6d3c3574ce

Make Purple::PluginPref->get_bounds be more perl-like. It no longer expects to be called as: $ppref->get_bounds($min, $max) or $ppref->get_bounds(\$min, \$max) (I'm not even sure which one of those was intended to be correct, but apparently they both crash.) It now expects to be called like this: my ($min, $max) = $ppref->get_bounds();
author Etan Reisner <pidgin@unreliablesource.net>
date Tue, 06 Jan 2009 05:36:39 +0000
parents 24981b8c1737
children 7bc52fed6fdb
comparison
equal deleted inserted replaced
24886:61f3a9f7a220 24887:df6d3c3574ce
1 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul 1 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
2
3 version 2.5.4 (??/??/????):
4 perl:
5 Changed:
6 * Purple::PluginPref->get_bounds no longer takes two integer
7 arguments it now returns two integers.
2 8
3 version 2.5.3 (12/20/2008): 9 version 2.5.3 (12/20/2008):
4 libpurple 10 libpurple
5 Changed: 11 Changed:
6 * purple_util_fetch_url and purple_util_fetch_url_request can 12 * purple_util_fetch_url and purple_util_fetch_url_request can