pidgin.desktop.in

Sun, 19 Aug 2007 23:43:48 +0000

author
Jeff Connelly <jeff2@soc.pidgin.im>
date
Sun, 19 Aug 2007 23:43:48 +0000
branch
soc.2007.msimprpl
changeset 19517
78fca23a4c84
parent 16489
c2cb139e5bd9
child 16580
e1967b80e959
child 18068
b6554e3c8224
child 27891
92e3be9c1613
permissions
-rw-r--r--

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.

[Desktop Entry]
Encoding=UTF-8
_Name=Pidgin Internet Messenger
_GenericName=Internet Messenger
_Comment=Send instant messages over multiple protocols
Exec=pidgin
Icon=pidgin
StartupNotify=true
Terminal=false
Type=Application
Categories=Network;InstantMessaging;

mercurial