From: <sea...@us...> - 2006-09-01 22:15:38
|
Revision: 17119 http://svn.sourceforge.net/gaim/?rev=17119&view=rev Author: seanegan Date: 2006-09-01 15:15:34 -0700 (Fri, 01 Sep 2006) Log Message: ----------- JEP 153 says icons SHOULD be no larger than 96x96, so let's enforce that on the client Modified Paths: -------------- trunk/libgaim/protocols/jabber/jabber.c Modified: trunk/libgaim/protocols/jabber/jabber.c =================================================================== --- trunk/libgaim/protocols/jabber/jabber.c 2006-09-01 20:19:08 UTC (rev 17118) +++ trunk/libgaim/protocols/jabber/jabber.c 2006-09-01 22:15:34 UTC (rev 17119) @@ -1831,7 +1831,7 @@ OPT_PROTO_CHAT_TOPIC | OPT_PROTO_UNIQUE_CHATNAME, NULL, /* user_splits */ NULL, /* protocol_options */ - {"jpeg,gif,png", 0, 0, 96, 96, GAIM_ICON_SCALE_DISPLAY}, /* icon_spec */ + {"jpeg,gif,png", 0, 0, 96, 96, GAIM_ICON_SCALE_SEND | GAIM_ICON_SCALE_DISPLAY}, /* icon_spec */ jabber_list_icon, /* list_icon */ jabber_list_emblems, /* list_emblems */ jabber_status_text, /* status_text */ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |