Revision f048100650deb1fc39b7d38cd9462d02cafda206

jeff2 at soc.pidgin.im jeff2 at soc.pidgin.im
Sun Aug 19 23:06:33 EDT 2007


-----------------------------------------------------------------
Revision: f048100650deb1fc39b7d38cd9462d02cafda206
Ancestor: b46cbccacb07287f24f74edcca8c3d29418cbad2
Author: jeff2 at soc.pidgin.im
Date: 2007-08-19T23:43:48
Branch: im.pidgin.soc.2007.msimprpl

Modified files:
        libpurple/protocols/myspace/message.c

ChangeLog: 

In msim_msg_get(), start at the given node instead of using g_list_first()
to back track and find the first node (since GList's are doubly-linked, it
can do this). 

This means that msim_msg_get_*() functions now return values beginning from
the MsimMessage * that was passed to the function, instead of at the very
beginning, so you can pass an MsimMessage pointer in the middle of an
MsimMessage (which is really just a GList) and it will search starting from
where you gave it. 

-------------- next part --------------
A non-text attachment was scrubbed...
Name: f048100650deb1fc39b7d38cd9462d02cafda206.diff
Type: text/x-diff
Size: 834 bytes
Desc: not available
Url : http://pidgin.im/pipermail/commits/attachments/20070819/4f7eaba0/attachment.diff 


More information about the Commits mailing list