Quote:
Originally Posted by Mackx
If I remember well, setting is_multidoc to false makes sure that the program is send to the foreground when the program is 'started' again (although I am not 100% sure). I see in the code that it is now put to TRUE, in the 0.10.7 is was FALSE.
Code:
eripc_sysd_startup_complete( eripcClient, getpid(), TRUE, xid);
|
It works. Thanks Mackx again.