]> git.ipfire.org Git - thirdparty/newt.git/commitdiff
mods to use new newtForm() call
authorewt <ewt>
Fri, 2 Aug 1996 18:45:23 +0000 (18:45 +0000)
committerewt <ewt>
Fri, 2 Aug 1996 18:45:23 +0000 (18:45 +0000)
listbox.c

index fb3a860bb71f983ff10d61e17c8b5972dc05beca..a80c1e007cb3a927579bfa2f6f9ca576c30620f6 100644 (file)
--- a/listbox.c
+++ b/listbox.c
@@ -40,7 +40,7 @@ newtComponent newtListbox(int left, int top, int height, int flags) {
                                   COLORSET_ACTLISTBOX);
     else
        sb = NULL;
-    li->form = newtForm(sb);
+    li->form = newtForm(sb, NULL, NEWT_FORM_NOF12);
     li->sb = sb;
 
     if (height) {