changelog
- Wed, 06 Jan 2010 01:03:02 +0000
- by Stu Tomlinson <nosnilmot@pidgin.im> [Wed, 06 Jan 2010 01:03:02 +0000] rev 29189
- Add support for the uri-handler signal to the signals-test plugin
- Wed, 06 Jan 2010 01:00:13 +0000
- by Stu Tomlinson <nosnilmot@pidgin.im> [Wed, 06 Jan 2010 01:00:13 +0000] rev 29188
- Remove an unused variable, and don't free the dbus error until after we are
done with it.
- Wed, 06 Jan 2010 00:55:08 +0000
- by Stu Tomlinson <nosnilmot@pidgin.im> [Wed, 06 Jan 2010 00:55:08 +0000] rev 29187
- If a buddy is deleted less than 11 seconds after they sign on or off, and
there is a conversation open with that buddy, the PurpleBuddy will be
dereferenced after it has been freed. This avoids that by duplicating the
required details from the PurpleBuddy for use in the status_timeout callback.
- Wed, 06 Jan 2010 00:48:50 +0000
- by Stu Tomlinson <nosnilmot@pidgin.im> [Wed, 06 Jan 2010 00:48:50 +0000] rev 29186
- purple_account_request_authorization() does not require non-NULL auth and
deny callbacks, so let's not crash if it is not given them. This should fix
Fedora bug https://bugzilla.redhat.com/show_bug.cgi?id=552607 which I'm
guessing is caused by a 3rd party prpl
- Wed, 06 Jan 2010 00:01:23 +0000
- by Paul Aurich <darkrain42@pidgin.im> [Wed, 06 Jan 2010 00:01:23 +0000] rev 29185
- Disable this part of roster versioning, too (for now). Refs #10935.
- Tue, 05 Jan 2010 21:04:26 +0000
- by Paul Aurich <darkrain42@pidgin.im> [Tue, 05 Jan 2010 21:04:26 +0000] rev 29184
- This string is already translated; so it need not be translated again.
Also, I'm not sure how translators would expect to handle "%s".
- Tue, 05 Jan 2010 17:46:00 +0000
- by John Bailey <rekkanoryo@rekkanoryo.org> [Tue, 05 Jan 2010 17:46:00 +0000] rev 29183
- ChangeLog the gg buddy icon thing.
- Tue, 05 Jan 2010 17:42:03 +0000
- by Krzysztof Klinikowski <kkszysiu@gmail.com> [Tue, 05 Jan 2010 17:42:03 +0000] rev 29182
- Fix Gadu-Gadu avatars. The server's response format has changed. Fixes #11050.
committer: John Bailey <rekkanoryo@rekkanoryo.org>
- Tue, 05 Jan 2010 06:43:18 +0000
- by Elliott Sales de Andrade <qulogic@pidgin.im> [Tue, 05 Jan 2010 06:43:18 +0000] rev 29181
- Save the event source ID for search_find_cb so that it's removed when the
log dialog is closed. This fixes a double free which might be caused by
having a large logset (and maybe pressing Close multiple times).
It looks something like this, with a few variations:
== Invalid read of size 8
== at 0x483001: search_find_cb (gtklog.c:425)
== by 0xBB91E50: g_main_context_dispatch (gmain.c:1824)
== by 0xBB953E7: g_main_context_iterate (gmain.c:2455)
== by 0xBB958BC: g_main_loop_run (gmain.c:2663)
== by 0x63AF606: gtk_main (gtkmain.c:1205)
== by 0x485ADF: main (gtkmain.c:978)
== Address 0x1b469860 is 56 bytes inside a block of size 72 free'd
== at 0x4C239EF: free (vg_replace_malloc.c:323)
== by 0x483A6C: destroy_cb (gtklog.c:223)
== by 0xAB9B12C: g_closure_invoke (gclosure.c:767)
== by 0xABB02B1: signal_emit_unlocked_R (gsignal.c:3247)
== by 0xABB1806: g_signal_emit_valist (gsignal.c:2980)
== by 0xABB1CD2: g_signal_emit (gsignal.c:3037)
== by 0xAB9B12C: g_closure_invoke (gclosure.c:767)
== by 0xABB02B1: signal_emit_unlocked_R (gsignal.c:3247)
== by 0xABB1806: g_signal_emit_valist (gsignal.c:2980)
== by 0xABB1CD2: g_signal_emit (gsignal.c:3037)
== by 0x630ECB4: gtk_real_button_released (gtkbutton.c:1707)
== by 0xAB9B12C: g_closure_invoke (gclosure.c:767)
==
Fixes #11071.
- Mon, 04 Jan 2010 00:17:02 +0000
- by Elliott Sales de Andrade <qulogic@pidgin.im> [Mon, 04 Jan 2010 00:17:02 +0000] rev 29180
- The official MSN client supports setting (animated) GIFs as a buddy icon,
so we can set them too.