Mercurial > pidgin.yaz
view doc/savedstatus-signals.dox @ 31530:86598f5d7ebd
Yahoo: Fix a crash that happens when the PurpleAccount disconnects after
purple_network_listen() is called in yahoo_send_p2p_pkt(), but before the
callback for purple_network_listen() is called. This solution isn't perfect--
it will almost certainly fall flat on its face if yahoo_send_p2p_packet() is
called twice in a row--but doesn't make matters worse. Fixes #12432.
committer: John Bailey <rekkanoryo@rekkanoryo.org>
author | hanzz@soc.pidgin.im |
---|---|
date | Thu, 30 Dec 2010 01:22:52 +0000 |
parents | e0613cf8c493 |
children |
line wrap: on
line source
/** @page savedstatus-signals Saved Status Signals @signals @signal savedstatus-changed @endsignals @see savedstatus.h <hr> @signaldef savedstatus-changed @signalproto void (*savedstatus_changed)(PurpleSavedStatus *new, PurpleSavedStatus *old); @endsignalproto @signaldesc Emitted when a new saved status is activated. @endsignaldef */ // vim: syntax=c.doxygen tw=75 et