Posted by member 248213 on 2005-12-06 19:26:57 link

*sigh*

Endif lines end if conditional statements.

There should be an IF something=bool to start it.

So you might have something like this in that file:
IF hotspots=true
*LsBoxCreate "$ConfigDir$taskbar2.box"
Endif

or
IF hotspots=false
some interesting setting
ELSE
*LsBoxCreate "$ConfigDir$taskbar2.box"
Endif


, so having 3 Endif's makes no sense. Especially if you dont know what IF they are ENDIF'ing!

maybe post the whole file and I will fix all your bugs :P