Pidgin

Pidgin 2.13.0

Gaim
開源軟體

Pidgin 2.10.2

更新時間:2012-03-15
更新細節:

* General:
- Fix compilation when using binutils 2.22 and new GDK pixbuf.
- Fix compilation of the MXit protocol plugin with GLib 2.31.
* Pidgin:
- Add support for the GNOME3 Network dialog.
- Fix rare crash.
- Add support for the GNOME3 Default Application dialog for configuring the Browser.
* libpurple:
- Support new connection states and signals for NetworkManager 0.9+.
* AIM and ICQ:
- Fix a possible crash when receiving an unexpected message from the server.
- Allow signing on with usernames containing periods and underscores.
- Allow adding buddies containing periods and underscores.
- Don't try to format ICQ usernames entered as email addresses. Gets rid of an "Unable to format username" error at login.
* MSN:
- Fix possible crashes caused by not validating incoming messages as UTF-8.
- Support new protocol version MSNP18.
- Fix messages to offline contacts.
* Windows-Specific Changes:
- Fix the installer downloading of spell-checking dictionaries
- Fix compilation of the Bonjour protocol plugin.
* Plugins:
- The autoaccept plugin will no longer reset the preference for unknown buddies to "Auto Reject" in certain cases.


版本下載:Pidgin 2.10.2

Pidgin 2.10.1

更新時間:2011-12-15
更新細節:

* Finch:
- Fix compilation on OpenBSD.
* AIM and ICQ:
- Fix remotely-triggerable crashes by validating strings in a few messages related to buddy list management.
* Bonjour:
- IPv6 fixes
* Gadu-Gadu:
- Fix problems linking against GnuTLS.
* IRC:
- Fix a memory leak when admitting UTF-8 text with a non-UTF-8 primary encoding.
* Jabber:
- Fix crashes and memory leaks when receiving malformed voice and video requests.
* Sametime:
- Separate "username" and "server" when adding new Sametime accounts.
- Fix compilation in Visual C++.
* SILC:
- Fix CVE-2011-3594, by UTF-8 validating incoming messages before passing them to glib or libpurple.
* Yahoo!:
- Fetch buddy icons in some cases where we previously weren't.
* Windows-Specific Changes:
- Fix compilation


版本下載:Pidgin 2.10.1

Pidgin 2.10.0

更新時間:2011-08-21
更新細節:

* Pidgin:
- Make the max size of incoming smileys a pref instead of hardcoding it. (Quentin Brandon) (#5231)
- Added a plugin information dialog to show information for plugins that aren't otherwise visible in the plugins dialog.
- Fix building with GTK+ earlier than 2.14.0 (GTK+ 2.10 is still the minimum supported) (#14261)

* libpurple:
- Fix a potential crash in the Log Reader plugin when reading QIP logs.
- Fix a large number of strcpy() and strcat() invocations to use strlcpy() and strlcat(), etc., forestalling an entire class of string buffer overrun bugs. (The Electronic Frontier Foundation, Dan Auerbach, Chris Palmer, Jacob Appelbaum)
- Change some filename manipulations in filectl.c to use MAXPATHLEN instead of arbitrary length constants. (The Electronic Frontier Foundation, Dan Auerbach, Chris Palmer, Jacob Appelbaum)
- Fix endianness-related crash in NTLM authentication (Jon Goldberg) (#14163)

* Gadu-Gadu:
- Fixed searching for buddies in public directory. (Tomasz Wasilczyk) (#5242)
- Better status message handling. (Tomasz Wasilczyk) (#14314)
- Merged two buddy blocking methods. (Tomasz Wasilczyk) (#5303)
- Fix building of the bundled libgadu library with older versions of GnuTLS. (patch plucked from upstream) (#14365)

* ICQ:
- Fix crash selecting Tools->Set Mood when you're online with an ICQ account that is configured as an AIM account. (#14437)

* IRC:
- Fix a crash when remote users have certain characters in their nicknames. (Discovered by Djego Ibanez) (#14341)
- Fix the handling of formatting following mIRC O (#14436)
- Fix crash when NAMES is empty. (James McLaughlin?) (#14518)

* MSN:
- Fix incorrect handling of HTTP 100 responses when using the HTTP connection method. This can lead to a crash. (Discovered by Marius Wachtler)
- Fix seemingly random crashing. (#14307)
- Fix a crash when the account is disconnected at the time we are doing a SB request. (Hanzz, ported by shlomif) (#12431)

* XMPP:
- Do not generate malformed XML ("</>") when setting an empty mood. (#14342)
- Fix the /join <room> behavior. (Broken when adding support for <room>@<server>) (#14205)

* Yahoo!/Yahoo! JAPAN:
- Fix coming out of idle while in an unavailable state
- Fix logging into Yahoo! JAPAN. (#14259)

* Windows-Specific Changes:
- Open an explorer.exe window at the location of the file when clicking on a file link instead of executing the file, because executing a file can be potentially dangerous. (Discovered by James Burton of Insomnia Security) (Fixed by Eion Robb)


版本下載:Pidgin 2.10.0

Pidgin 2.9.0

更新時間:2011-06-24
更新細節:

* Pidgin
- Fix a potential remote denial-of-service bug related to displaying buddy icons.
- Significantly improved performance of larger IRC channels (regression introduced in 2.8.0).
- Fix Conversation->Add on AIM and MSN.
- Entries in the chat user list are sorted properly again. This was inadvertenly broken in 2.8.0.
* Finch
- Fix logging in to ICQ.
* libpurple
- media: Actually use the specified TCP port from the TURN configuration to create a TCP relay candidate.
* AIM and ICQ
- Fix crashes on some non-mainstream OSes when attempting to printf("%s", NULL).
* Plugins
- The Evolution Integration plugin compiles again.


版本下載:Pidgin 2.9.0

Pidgin 2.8.0

更新時間:2011-06-09
更新細節:

* General:
- Implement simple silence suppression for voice calls, preventing wasted bandwidth for silent periods during a call.
- Added the DigiCert? High Assurance CA-3 intermediate CA, needed for validation of the Facebook XMPP interface's certificate.
- Removed the QQ protocol plugin. It hasn't worked in a long time and isn't being maintained, therefore we no longer want it.
* Pidgin:
- Duplicate code cleanup.
- Voice/Video call window adapts correctly to adding or removing streams on the fly.
- Don't cancel an ongoing call when rejecting the addition of a stream to the existing call.
- Pidgin plugins can now override tab completion and detect clicks on usernames in the chat userlist.
- Fix the tooltip being destroyed when it is full of information and cover the mouse
* libpurple:
- media: Allow obtaining active local and remote candidates.
- media: Allow getting/setting video capabilities.
- Simple Silence Suppression is optional per-account.
- Fix purple-url-handler being unable to find an account.
- media: Allow adding/removing streams on the fly.
- Support new connection states in NetworkManager 0.9.
- When removing a buddy, delete the pounces associated with it.
- media: Allow libpurple and plugins to set SDES properties for RTP conferences.
- proxy: Add new "Tor/Privacy" proxy type that can be used to restrict operations that could leak potentially sensitive data (e.g. DNS queries).
- media: Add support for using TCP relaying with TURN (will only work with libnice 0.1.0 and later).
* AIM:
- Fix setting icons with dimensions greater than 64x64 pixels by scaling them down to at most 64x64.
* Gadu-Gadu:
- Allow showing your status only to buddies.
- Updated internal libgadu to version 1.10.1.
- Updated internal libgadu to version 1.11.0.
- Suppress blank messages that happen when receiving inline images.
- Fix sending inline images to remote users, don't crash when trying to send large (> 256kB) images.
- Support typing notifications.
- Require libgadu 1.11.0 to avoid using internal libgadu.
- Optional SSL connection support for GNUTLS users (not on Windows yet!).
- Don't count received messages or statuses when determining whether to send a keepalive packet.
- Fix a crash when receiving images on Windows or an incorrect timestamp in the log when receiving images on Linux.
- Support XML events, resulting in immediate update of other users' buddy icons.
- Accept poorly formatted URLs from other third-party clients in the same manner as the official client.
* ICQ:
- Fix setting icons with dimensions greater than 64x64 pixels by scaling them down to at most 64x64.
- Fix unsetting your mood when "None" is selected.
- Ignore Daylight Saving Time when performing calculations related to birthdays.
- It is now possible to specify multiple encodings on the Advanced tab of an ICQ account's settings by using a comma-delimited list.
* IRC:
- Add "authserv" service command.
* MSN:
- Fix a hard-to-exploit crash in the MSN protocol when using the HTTP connection method.
* MXit:
- Support for an Invite Message when adding a buddy.
- Fixed bug in splitting-up of messages that contain a lot of links.
- Fixed crash caused by timer not being disabled on disconnect. (introduced in 2.7.11)
- Clearing of the conversation window now works.
- When receiving an invite you can display the sender's profile information, avatar image, invite message.
- The Change PIN option was moved into separate action.
- New profile attributes added and shown.
- Update to protocol v6.3.
- Added the ability to view and invite your Suggested Friends, and to search for contacts.
- Also display the Status Message of offline contacts in their profile information.
* XMPP:
- Remember the previously entered user directory when searching.
- Correctly handle a buddy's unsetting his/her vCard-based avatar.
- Squash one more situation that resulted in duplicate entries in the roster (this one where the server reports the buddy as being in the same (empty) group.
* Plugins:
- The Voice/Video Settings plugin now includes the ability to test microphone settings.
- Fix a crash when handling some saved settings in the Voice/Video Settings plugin.
* Windows-Specific Changes:
- Fix building libpurple with Visual C++ .NET 2005. This was accidentally broken in 2.7.11.
- Build internal libgadu using packed structs, fixing several long-standing Gadu-Gadu issues.


版本下載:Pidgin 2.8.0

Pidgin 2.7.11

更新時間:2011-03-11
更新細節:

* General:
- Our bundled libgadu should now build on HP-UX.
- Fix some instances of file transfers never completing.
* Pidgin:
- Sort by Status no longer causes buddies to move around when you click them.
- Fix embedding in the system tray on older GTK+ releases (such as on CentOS 5.5 and older Fedora).
- No longer require libstartup-notification for startup notification support. GTK+ has included support for years, so use it instead.
* AIM:
- Fix a bug where some buddies from your buddy list might not show up. Affected non-English ICQ users the most.
- Send keepalives for all types of network connections. Will hopefully make chat rooms more reliable.
* MSN:
- Fix bug that prevented added buddies to your buddy list in certain circumstances.
* XMPP:
- Fix building on platforms with an older glib (inadvertantly broken in 2.7.10).
- Don't treat the on-join status storms as 'new arrivals'.
- Extend the /join command to support room JIDs, enabling you to join a room on any server.
- Add support for receiving a limited amount of history when joining a room (not currently supported by Pidgin and Finch).
* Yahoo!/Yahoo! JAPAN:
- Fix CVE-2011-1091, denials of service caused by NULL pointer dereferences due to improper handling of malformed YMSG packets. Thanks to Marius Wachtler for reporting this and reviewing the fix!


版本下載:Pidgin 2.7.11

Pidgin 2.7.10

更新時間:2011-02-10
更新細節:

* General:
- Force video sources to all have the same capabilities. This reduces the number of times video must be scaled down, saving CPU time.
- Starting multiple video calls and ending one no longer causes the other calls to stop sending audio and video.
- Perl bindings now respect LDFLAGS.
- Added AddTrust External Root CA.
- Resolve some issues validating X.509 certificates signed off the CAcert Class 3 intermediate cert when using the GnuTLS SSL/TLS plugin.

* Gadu-Gadu:
- Don't drop whole messages when text is colored.

* Groupwise:
- Don't show two windows when using "Get Info" on a buddy.

* IRC:
- Don't send ISON messages longer than 512 bytes.

* libpurple:
- Stop sending audio when placing a call on hold.
- Stop translating gpointers to ints in the dbus API. This removes functions from the dbus API.
- Fix D-Bus introspection calls that omit the interface parameter.
- Fixed bugs in purple_str_to_time() that caused the most recent 'make check' failures.
- Correct an issue that caused some UIs other than Pidgin or Finch to leave a buddy in the "is typing" state.
- Fix potential information disclosure issues in the Cipher code.

* Pidgin:
- Support using the Page Up and Page Down keys on the numeric keypad in the conversation window.
- Fix a few memory leaks.
- Support rendering strikethrough when received as in-line CSS.
- Editable comboboxes are now more friendly to some GTK+ themes.

* Plugins:
- The Voice/Video Settings plugin no longer resets selected devices to defaults.
- The Voice/Video Settings plugin no longer crashes when a stored device name is not found in the list of available devices.
- The Autoaccept plugin now allows disabling filename escaping.
- The Autoaccept plugin now allows choosing Reject/Ask/Accept for non-buddies.

* QQ:
- QQ2008 is now the default protocol version.

* XMPP:
- Don't crash when receiving an unexpected/invalid jingle transport type.
- Handle Connection: Close headers for BOSH, when the server does not terminate the connection itself.
- Improved parsing for DIGEST-MD5, which should resolve issues connecting to some jabberd2 servers. This corrects an issue parsing one-character or empty elements.

* Yahoo!/Yahoo! JAPAN:
- Fix a crash when an account disconnects before a p2p session is completely set up.


版本下載:Pidgin 2.7.10

Pidgin 2.7.9

更新時間:2010-12-27
更新細節:

* MSN:

- Fix a crash when receiving short packets related to P2Pv2.


版本下載:Pidgin 2.7.9

Pidgin 2.7.8

更新時間:2010-12-20
更新細節:

# General:
- Fix the exceptions in purple-remote on Python 2.6+. (Ari Pollak)

# Pidgin:
- When a conversation has reached the maximum limit on the number of smileys, display the text representation of the smiley properly when it contains HTML-escapable characters (e.g. "<3" was previously displayed as "&lt;3").
- Drop dependency on GdkGC and use Cairo instead.
- New UI hack to assist in first-time setup of Facebook accounts with icon from Jakub Szypulka.
- Don't hide the buddy list if there is no notification area in which to put the icon.

# libpurple:
- Fix multipart parsing when '=' is included in the boundary for purple_mime_document_parse. (Jakub Adam)

# AIM and ICQ:
- Buddies who unset their status message will now be correctly shown without a message in your buddy list.

# Gadu-Gadu:
- Updated our bundled libgadu and minimum requirement for external libgadu to 1.9.0.

# MSN:
- Stop showing ourselves in the list of endpoints that can be disconnected.
- Allow full-size display names, by not escaping (most) non-English characters.
- Fix receiving messages from users on Yahoo and other federated services.
- Correctly remove old endpoints from the list when they sign out.
- Add option to disable connections from multiple locations.
- Correctly update your own display name in the buddy list.
- Correctly show ourselves as offline in the buddy list when going invisible.
- Correctly update your own icon in the buddy list.
- Remove struct packing for better portability.

# XMPP:
- Terminate Jingle sessions with unsupported content types.


版本下載:Pidgin 2.7.8

Pidgin 2.7.7

更新時間:2010-11-24
更新細節:

# General:
- Allow multiple CA certificates to share the same Distinguished Name (DN). Partially fixes remaining MSN issues from #12906.
- The GNUTLS SSL plugin now discards any certificate (and all subsequent certificates) in a chain if it did not sign the previous certificate. Partially fixes remaining MSN issues from #12906.
- Open requests related to a file transfer are now closed when the request is cancelled locally.

# AIM and ICQ:
- AIM should now connect if "Use clientLogin" is turned off and the "Server" field is set to anything other than "login.oscar.aol.com" or "slogin.oscar.aol.com".
- Fix a crash on connection loss.


版本下載:Pidgin 2.7.7

Pidgin 2.7.6

更新時間:2010-11-22
更新細節:

# General:
- Included Microsoft Internet Authority 2010 and Microsoft Secure Server Authority 2010 intermediate CA certificates to our bundle. This fixes the "Unable to validate certificate" error for omega.contacts.msn.com.

# Pidgin:
- Avoid a use-after-free race condition in the media code (when there's an error reported by GStreamer).

# AIM and ICQ:
- SSL option has been changed to a tri-state menu with choices for "Don't Use Encryption", "Use Encryption if Available", and "Require Encryption".
- Fix some possible clientLogin URL issues introduced in version 2.7.5.
- Don't show a "<URL>: Ok" connection error when using clientLogin.
- Cleaned up some debug output for improved readability.

# MSN:
- Added support for MSNP16, including Multiple Points of Presence (MPOP) which allows multiple simultaneous sign-ins.
- Added extended capabilities support (none implemented).
- Merged the work done on the Google SoC (major rewrite of SLP code)
- Reworked the data transfer architecture. (SlpArchitecture)
- Lots of little changes.
- Don't process zero-length DC messages.
- Fixed a bunch of memory leaks.
- Prevent a use-after-free condition.

# XMPP:
- Avoid a double-free in the Google Relay (V/V) code.
- Avoid double error message when failing a file transfer.
- Password-related information is printed out for SASL authentication when the PURPLE_UNSAFE_DEBUG environment variable is set.
- Authentication mechanisms can now be added by UI's or other plugins with some work. This is outside the API/ABI rules!
- Fixed a few printf("%s", NULL) crashes for broken OSes.

# Windows-Specific Changes:
- Build the Pidgin Theme Editor plugin (finally).
- Untarring (for themes) now works for non-ASCII destination paths.


版本下載:Pidgin 2.7.6

Pidgin 2.7.5

更新時間:2010-11-01
更新細節:

# General:
- Added Verisign Class 3 Public CA - G2 root CA.

# Pidgin:
- Properly differentiate between bn and bn_IN in the Translation Information dialog.

# AIM and/or ICQ:
- Display the "Authorize buddy?" minidialog when the requestor has an empty nickname. (#12810)
- New ICQ accounts default to proper ICQ servers. Old accounts using one of the old default servers will be silently migrated to use the proper servers.
- ICQ accounts using clientLogin now use the correct ICQ servers. This is separate from the server settings mentioned above.
- '<' should no longer cause ICQ status messages to be truncated in some locations. (#11964, #12593)
- Fix sending messages to chat rooms. (#12768)

# Bonjour:
- Don't crash when attempting to log into a Bonjour account and init failed.

# Windows-Specific Changes:
- Quote the path stored in the registry when the "run at startup" option in the Windows Pidgin Options plugin is used. (#12781)


版本下載:Pidgin 2.7.5

Pidgin 2.7.4

更新時間:2010-10-21
更新細節:

# General:
- Fix search path for Tk when compiling on Debian Squeeze. (#12465)
- purple-remote now expects and produces UTF-8. (Guillaume Brunerie)(#12049)
- Add Deutsche Telekom, Thawte Primary, and Go Daddy Class 2 root CAs (#12667, #12668, and #12594)
- Fix CVE-2010-3711 by properly validating return values from the purple_base64_decode() function before using them.
- Fix two local crash bugs by properly validating return values from the purple_base16_decode() function before using them.

# libpurple:
- Fall back to an ordinary request if a UI does not support showing a request with an icon. Fixes receiving MSN file transfer requests including a thumbnail in Finch. (#12561)
- Fix an invalid memory access when removing UPnP mappings that could cause sporadic crashes, most notably when MSN Direct Connections are enabled. (#12387)
- Add a sentence to the certificate warning for expired certificates suggesting the user check their computer's date and time. (#12654)

# Pidgin:
- Add support for the Gadu-Gadu protocol in the gevolution plugin to provide Evolution integration with contacts with GG IDs. (#10709)
- Remap the "Set User Mood" shortcut to Control-D, which does not conflict with the previous shortcut for Get Buddy Info on the selected buddy.
- Add a plugin action menu (under Tools) for the Voice and Video Settings plugin.
- Use GRegex for the debug window where available. This brings regex filtering to the debug window on Windows. (Eion Robb) (#12601)
- Add Google Chrome to the list of possible browsers on non-Windows systems.
- Add Chromium to the list of possible browsers on non-Windows systems.
- The "Manual" browser option is now stored as a string. It is no longer necessary to specify a full path to the browser command. (Rodrigo Tobar Carrizo) (#12024)
- The Send To menu can now be used if the active account in the conversation becomes disabled or inactive. (Keith Moyer) (#12471)
- xdg-open is now the default browser for new users on non-Windows platforms. (Stanislav Brabec) (#12505)

# Finch:
- Add support for drop-down account options (like the SILC cipher and HMAC options or the QQ protocol version).

# XMPP:
- Unify the connection security-related settings into one dropdown.
- Fix a crash when multiple accounts are simultaneously performing SASL authentication when built with Cyrus SASL support. (thanks to Jan Kaluza) (#11560)
- Restore the ability to connect to XMPP servers that do not offer Stream ID. (#12331)
- Added support for using Google's relay servers when making voice and video calls to Google clients.
- Fix detecting file transfer proxies advertised by the server.
- Advertise support for Google Talk's JID Domain Discovery extension in all cases again (changed in 2.7.0), not just when the domain is "gmail.com" or "googlemail.com" (it's also needed for Google Talk used for accounts on arbitrary domains not using Google Apps for Your Domain). (#a14153)
- Improved handling of adding oneself to your buddy list when using Non-SASL (legacy) authentication. (#12499)
- Generate a connection error instead of just stalling when the _xmppconnect TXT record returns results, but none of them result in a valid BOSH URI. (#a14367, #12744)

# Yahoo/Yahoo JAPAN:
- Stop doing unnecessary lookups of certain alias information. This solves deadlocks when a given Yahoo account has a ridiculously large (>500 buddies) list and may improve login speed for those on slow connections. (#12532)
- Fix sending SMS messages. The lookup host changed on us. (Thanks to todo) (#12688).
- Improvements for some file transfer scenarios, but not all.

# Windows:
- Bonjour support now requires Apple Bonjour Print Services version 2.0.0 or newer (http://support.apple.com/kb/dl999).


版本下載:Pidgin 2.7.4

Pidgin 2.7.3

更新時間:2010-08-11
更新細節:

* General
- Use silent build rules for automake >1.11. You can enable verbose builds with the --disable-silent-rules configure option, or using make V=1.

* libpurple
- Fix the TURN server settings (broken in 2.7.0).

* Pidgin
- Re-focus the input area after clicking the attention toolbar button.
- Re-arrange media window to make it more netbook-friendly.

* Finch
- Rebindable 'suggest-next-page' and 'suggest-prev-page' actions for textboxes (GntEntry) to scroll through list of suggestions.
- Rebindable 'dropdown' action for comboboxes (GntComboBox?) to show the dropdown list of options.

* IRC
- Fix non-ASCII arguments to /mode et al. (thanks to Max Ulidtko)

* MSN
- Support for web-based buddy icons, used when a buddy logs in to the messenger on the Live website.
- Fix file transfers with some clients that don't support direct connections (e.g., papyon, telepathy-butterfly, etc.) (#12150)

* MXit
- Fix filename for the Shocked emoticon. (#12364)
- Implement the new naming conventions where possible. (MXitId, etc)
- Display a message in the Groupchat window when you invite somebody.
- Birthday field in profile cannot be edited when server says it is locked.
- If a buddy is offline, show in their profile when last they were online.
- Handle pushed profile update packets (ie, when changing your avatar via the Gallery bot).
- If a buddy is offline and we see from their profile that they have updated their avatar, request the new avatar image from the server.
- Fix a possible crash if a link is clicked while disconnected.
- Unescape any escaped characters in a chatroom nickname.
- Add the new MXit moods and emoticons.
- MXit emoticons added to the small emoticon theme.

* XMPP
- Allow connecting to servers that only advertise GSSAPI and expect a fallback to legacy IQ authentication (broken in 2.7.0).
- Fix a crash when receiving custom emoticons that don't adhere to the specification.
- When initiating a file transfer, don't show resources that are certain to not support file transfers in the resource selection dialog.
- Fix connecting to servers using BOSH and authenticating with DIGEST-MD5 when libpurple was built with Cyrus SASL support.

* Yahoo/Yahoo JAPAN
- Renamed "Use account proxy for SSL connections" to "Use account proxy for HTTP and HTTPS requests" and tied the option to HTTP requests too.
- Properly detect HTTP proxy server use when the HTTP proxy is the global proxy server, an account-level non-HTTP proxy server is configured, and the "Use account proxy for HTTP and HTTPS requests" account option is turned off. This fixes connecting for some HTTP proxy servers.
- Fall back to connecting to scsa.msg.yahoo.com (not configurable) if the HTTP-based connect server lookup fails. This does not work for Yahoo JAPAN accounts.
- Fix file transfers that get stuck with "Waiting for transfer to begin".


版本下載:Pidgin 2.7.3

Pidgin 2.7.2

更新時間:2010-07-22
更新細節:

* AIM and ICQ

- Fix a crash bug related to X-Status messages that can be triggered by remove users. This is CVE-2010-2528.
- Fix a rare crash bug caused by certain incoming SMS messages (discovered by Jan Kaluza--thanks Jan!).
- Change HTML sent from ICQ accounts so that official ICQ clients hopefully display it correctly.

* MSN
- Fix a crash related to fast buddy icon transfers.


版本下載:Pidgin 2.7.2