libpurple/protocols/yahoo/libymsg.c

branch
soc.2013.gobjectification
changeset 34904
dee62fd8249d
parent 34894
df5ed3731148
parent 34321
f60fcab02bd4
child 34935
686fa55b0deb
child 36621
3edd164b6a1a
--- a/libpurple/protocols/yahoo/libymsg.c	Fri Aug 30 15:27:52 2013 +0530
+++ b/libpurple/protocols/yahoo/libymsg.c	Sat Aug 31 02:20:52 2013 +0530
@@ -5130,9 +5130,8 @@
 	return list;
 }
 
-gsize
-yahoo_get_max_message_size(PurpleConnection *gc)
+gssize
+yahoo_get_max_message_size(PurpleConversation *conv)
 {
-	/* got from pidgin-otr */
-	return 799;
+	return YAHOO_MAX_MESSAGE_LENGTH_CHARS;
 }

mercurial