changeset 27795:84d01400c3f0

remove an assertion so that STATUS_AVAIL can be properly dispatched.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Sun, 16 Mar 2008 19:38:28 +0000
parents 92e4a9dce972
children f17f71a58489
files libpurple/protocols/yahoo/yahoo_packet.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/yahoo/yahoo_packet.c	Sun Mar 16 19:36:12 2008 +0000
+++ b/libpurple/protocols/yahoo/yahoo_packet.c	Sun Mar 16 19:38:28 2008 +0000
@@ -56,7 +56,7 @@
 	struct yahoo_pair *pair;
 
 	g_return_if_fail(pkt != NULL);
-	g_return_if_fail(value != 0);
+//	g_return_if_fail(value != 0); // STATUS_AVAIL is 0 --yaz
 
 	pair = g_new0(struct yahoo_pair, 1);
 	pair->key = key;