Mercurial
>
pidgin3
/ file comparison
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
file
latest
revisions
annotate
diff
comparison
raw
comparison: libpurple/protocols/yahoo/libymsg.c
libpurple/protocols/yahoo/libymsg.c
changeset 34312
4461d5c1e61c
parent 34304
faf0414a8b51
child 34321
f60fcab02bd4
child 34894
df5ed3731148
equal
deleted
inserted
replaced
34311:2eb147600041
34312:4461d5c1e61c
5132
}
5132
}
5133
5133
5134
return list;
5134
return list;
5135
}
5135
}
5136
5136
5137
gsize
5138
yahoo_get_max_message_size(PurpleConnection *gc)
5139
{
5140
/* got from pidgin-otr */
5141
return 799;
5142
}