pidgin: 312f2411: Patch from Tomasz Salacinski to allow se...

bartosz at pidgin.im bartosz at pidgin.im
Mon Mar 3 16:55:49 EST 2008


-----------------------------------------------------------------
Revision: 312f2411c5843110ef07d5317c949b28eb9e5413
Ancestor: 891c7ee2331dd2ab7f2fc7055658687f76159685
Author: bartosz at pidgin.im
Date: 2008-03-03T21:44:40
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/312f2411c5843110ef07d5317c949b28eb9e5413

Modified files:
        COPYRIGHT libpurple/protocols/gg/gg.c

ChangeLog: 

Patch from Tomasz Salacinski to allow setting buddy icons in GG prpl.
Closes #1687 and #4971.

-------------- next part --------------
============================================================
--- COPYRIGHT	3b21b6209dfbeb447b2be83dc183e192910b9bf7
+++ COPYRIGHT	9086c8efe7070ec9bdc35395616bf85069fef263
@@ -327,6 +327,7 @@ Thanumalayan S.
 Peter Ruibal
 Sam S.
 Thanumalayan S.
+Tomasz Sałaciński <tsalacinski at gmail.com>
 Pradyumna Sampath
 Arvind Samptur
 Tom Samstag
============================================================
--- libpurple/protocols/gg/gg.c	62e71da48e1afcb4f730b16c6eefbbeec41cabd0
+++ libpurple/protocols/gg/gg.c	30aeb5eaee935bfd9c7901e39bd3de49bb3bae2f
@@ -2088,7 +2088,7 @@ static PurplePluginProtocolInfo prpl_inf
 	OPT_PROTO_REGISTER_NOSCREENNAME,
 	NULL,				/* user_splits */
 	NULL,				/* protocol_options */
-	NO_BUDDY_ICONS,			/* icon_spec */
+	{"png", 32, 32, 96, 96, 0, PURPLE_ICON_SCALE_DISPLAY},	/* icon_spec */
 	ggp_list_icon,			/* list_icon */
 	NULL,				/* list_emblem */
 	ggp_status_text,		/* status_text */


More information about the Commits mailing list