diff libpurple/protocols/gg/gg.c @ 22400:d3c8fd63e296

Patch from Tomasz Salacinski to allow setting buddy icons in GG prpl. Closes #1687 and #4971.
author Bartoz Oler <bartosz@pidgin.im>
date Mon, 03 Mar 2008 21:44:40 +0000
parents 252b96b6a32c
children 3225c99785b8 efaecb71baad
line wrap: on
line diff
--- a/libpurple/protocols/gg/gg.c	Mon Mar 03 16:35:15 2008 +0000
+++ b/libpurple/protocols/gg/gg.c	Mon Mar 03 21:44:40 2008 +0000
@@ -2088,7 +2088,7 @@
 	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 */