soc.2008.finch: cc5d4c83: Converted window property of frame to a ...
Mark Doliner
mark at kingant.net
Tue Sep 16 13:31:32 EDT 2008
On Tue, Sep 16, 2008 at 7:05 AM, Casey Harkins <caseyharkins at gmail.com> wrote:
> Is our glib requirement still 2.0 or is 2.4 the minimum? This commit
> uses a few g_queue functions that were added in 2.4. If it is still 2.0,
> g_queue_find() will need to be implemented internally and we'll need to
> look at the length member of the queue structure rather than use the
> g_queue_get_length() function.
Yes, I think we're still trying to remain compatible with glib 2.0
until libpurple 3.0.
> libpurple/protocols/oscar/flap_connection.c is also using
> g_queue_get_length(), though was not introduced in this commit.
I just pushed a fix for oscar problem, thanks.
-Mark
More information about the Devel
mailing list