im.pidgin.pidgin: e189ac44f29bdca7e788c1ff349e2096e91e9021
seanegan at pidgin.im
seanegan at pidgin.im
Mon Dec 17 02:50:56 EST 2007
-----------------------------------------------------------------
Revision: e189ac44f29bdca7e788c1ff349e2096e91e9021
Ancestor: 9f930eefd5ab7d847af1d7a21c517514d0cf2a97
Author: seanegan at pidgin.im
Date: 2007-12-17T06:01:59
Branch: im.pidgin.pidgin
Modified files:
libpurple/protocols/jabber/libxmpp.c
ChangeLog:
Remove size restriction on XMPP avatars
-------------- next part --------------
============================================================
--- libpurple/protocols/jabber/libxmpp.c 52de35f001f19da22d32b4cae3204ec0c20538e1
+++ libpurple/protocols/jabber/libxmpp.c 029e306d4b150ee74a1e9c83d0dff5afb1f83f78
@@ -53,7 +53,7 @@ static PurplePluginProtocolInfo prpl_inf
OPT_PROTO_SLASH_COMMANDS_NATIVE,
NULL, /* user_splits */
NULL, /* protocol_options */
- {"png", 32, 32, 96, 96, 8191, PURPLE_ICON_SCALE_SEND | PURPLE_ICON_SCALE_DISPLAY}, /* icon_spec */
+ {"png", 32, 32, 96, 96, 0, PURPLE_ICON_SCALE_SEND | PURPLE_ICON_SCALE_DISPLAY}, /* icon_spec */
jabber_list_icon, /* list_icon */
jabber_list_emblem, /* list_emblems */
jabber_status_text, /* status_text */
More information about the Commits
mailing list