VREng fixes
===========

Version 1.5.8
-------------

--> In helpers/ps.c, line 74, do:

#ifdef GVPATH
                execl(GVPATH, tool, tmpps, (char *) NULL);
#else
                execl(GHOSTVIEWPATH, tool, tmpps, (char *) NULL);
#endif

-----------

--> In wmgt/init.c, line 189, do:

/* memberQuitting(tmplist->pobject->ext.user.interfacebuf); */
