log libpurple/buddyicon.c @ 32323:9e9efd1a09a2

age author description
Wed, 13 Apr 2011 00:16:51 +0000 Mark Doliner In purple_buddy_icons_set_account_icon, call the prpl's set_buddy_icon
Fri, 18 Mar 2011 02:59:12 +0000 Richard Laager Drop the .gaim -> .purple migration code
Sat, 06 Feb 2010 15:45:51 +0900 Yoshiki Yazawa merged with im.pidgin.pidgin
Thu, 04 Feb 2010 22:43:47 +0000 Ludovico Cavedon Zero freed memory to avoid a crash on re-init.
Fri, 29 Jan 2010 13:00:26 +0900 Yoshiki Yazawa merged with im.pidgin.pidgin
Wed, 27 Jan 2010 21:29:38 +0000 Sadrul Habib Chowdhury Fix a crash when setting a buddyicon.
Sun, 19 Jul 2009 22:39:41 +0000 Ka-Hing Cheung disapproval of revision '2737ff4628bd5f26d780a2ccee47e88fe3765947'
Sun, 19 Jul 2009 22:29:44 +0000 Ka-Hing Cheung 567c0647 introduced an extra backslash at the end of ALLOW_TAG_ALT
Tue, 14 Jul 2009 01:28:16 +0000 Mark Doliner I'm not really sure what this check does, but there's a good chance
Sun, 21 Jun 2009 16:40:15 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin.2.5.7' (head 81e7f59e74715d44dac9e40e7b43ff377c8b474c)
Wed, 06 May 2009 06:40:24 +0000 Paul Aurich Look up the old image before we store the new one in the hash table.
Thu, 09 Apr 2009 17:38:45 +0000 Nick Hebner Various libpurple uninit memory cleanups.
Wed, 06 May 2009 18:58:47 +0000 Paul Aurich Fix the crash/leaks in statusbox
Mon, 26 Jan 2009 06:44:00 +0000 Mark Doliner Remove trailing whitespace
Tue, 06 Jan 2009 03:39:51 +0000 Paul Aurich Patch from Paul Aurich to add purple_strequal to help readability and simplicity of code. Ie, don't need to negate the value of strcmp, since this does a strcmp and does the negation for us