diff libpurple/protocols/msn/history.h @ 27262:7492ddb953fd

On MSN, increase the history size for the NS so that people with lots of buddies on an unknown network (thus requiring many FQY/ADL requests) will not lose the original request (causing a crash). Fixes #8579.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Fri, 26 Jun 2009 01:28:09 +0000
parents 44b4e8bd759b
children 462cb893521b
line wrap: on
line diff
--- a/libpurple/protocols/msn/history.h	Thu Jun 25 21:19:10 2009 +0000
+++ b/libpurple/protocols/msn/history.h	Fri Jun 26 01:28:09 2009 +0000
@@ -24,7 +24,8 @@
 #ifndef _MSN_HISTORY_H
 #define _MSN_HISTORY_H
 
-#define MSN_HIST_ELEMS 0x30
+#define MSN_NS_HIST_ELEMS 0x300
+#define MSN_SB_HIST_ELEMS 0x30
 
 typedef struct _MsnHistory MsnHistory;