Quote:
Originally Posted by Iņigo
I think this is related to the "is_multidoc" parameter Mackx commented, but as I had to use another initialization method, I don't know if I can do something with this... Have to study deeper...
|
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);