diff src/request.c @ 8332:f4a878d48254

[gaim-migrate @ 9056] Minor tweaks to the list box in the multi-field request dialogs so they work without a label and scrollbar (Pekka Riikonen) committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 25 Feb 2004 19:34:26 +0000
parents e39ea2b4f6cd
children 725413cc9fb9
line wrap: on
line diff
--- a/src/request.c	Wed Feb 25 05:29:04 2004 +0000
+++ b/src/request.c	Wed Feb 25 19:34:26 2004 +0000
@@ -806,7 +806,6 @@
 	GaimRequestField *field;
 
 	g_return_val_if_fail(id   != NULL, NULL);
-	g_return_val_if_fail(text != NULL, NULL);
 
 	field = gaim_request_field_new(id, text, GAIM_REQUEST_FIELD_LIST);