changeset 14320:01f13d2e73de

[gaim-migrate @ 17013] Don't crash when we try to use a not-yet-functional chat feature. committer: Tailor Script <tailor@pidgin.im>
author Mark Huetsch <markhuetsch>
date Thu, 24 Aug 2006 08:08:14 +0000
parents 69f594f56de5
children 611ca4e7b429
files libgaim/protocols/qq/qq.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libgaim/protocols/qq/qq.c	Thu Aug 24 08:04:46 2006 +0000
+++ b/libgaim/protocols/qq/qq.c	Thu Aug 24 08:08:14 2006 +0000
@@ -965,7 +965,7 @@
 	_qq_tooltip_text,		/* tooltip_text */
 	_qq_away_states,		/* away_states	*/
 	NULL,				/* blist_node_menu */
-	qq_chat_info,			/* chat_info */
+	NULL,				/* chat_info */
 	NULL,				/* chat_info_defaults */
 	_qq_login,			/* login */
 	_qq_close,			/* close */