src/protocols/zephyr/zephyr.c

changeset 10009
8a4fcc043f47
parent 9986
96c097753514
child 10038
3589c2eed81c
--- a/src/protocols/zephyr/zephyr.c	Fri Sep 10 04:43:31 2004 +0000
+++ b/src/protocols/zephyr/zephyr.c	Fri Sep 10 19:51:52 2004 +0000
@@ -2173,7 +2173,7 @@
 
 	type = gaim_status_type_new_with_attrs(
 					       GAIM_STATUS_AWAY, "away", _("Away"), TRUE, TRUE, FALSE,
-					       "message", _("Message"), gaim_value_new(GAIM_TYPE_STRING));
+					       "message", _("Message"), gaim_value_new(GAIM_TYPE_STRING), NULL);
 	types = g_list_append(types, type);
 
 	return types;

mercurial