From: salsaman <sal...@xs...> - 2004-09-03 12:38:44
|
Dennis Smit wrote: >Have you done visual_init (&argc, &argv), lists always >get created in visual_init :) > >You can pass NULL, NULL at visual_init. > >if visual_init returns < 0 than there is a serious error. > >Try this first, if there is still a problem report back :) > >Cheers, >Dennis > > > OK, thanks, I have added visual_init(NULL,NULL) to the livido_setup function. It is returning -1. Hopefully this will go away when I have some plugins installed ? Salsaman. |