Re: Stuck on session restore

2013-09-09 Thread Lindsay Mathieson
Thanks, I'll look into what they did On 10 September 2013 01:55, Weng Xuetian wrote: > As far as I remember KDevelop used to have same problem but now they fixed > it? > > If you want to keep the splash screen you can check their code. > > > On Sat, Aug 31, 2013 at 7:36 AM, David Faure wrote:

Re: Stuck on session restore

2013-09-09 Thread Weng Xuetian
As far as I remember KDevelop used to have same problem but now they fixed it? If you want to keep the splash screen you can check their code. On Sat, Aug 31, 2013 at 7:36 AM, David Faure wrote: > On Sunday 11 August 2013 01:32:09 Lindsay Mathieson wrote: > > On Sat, 10 Aug 2013 12:45:35 PM Li

Re: Stuck on session restore

2013-08-31 Thread David Faure
On Sunday 11 August 2013 01:32:09 Lindsay Mathieson wrote: > On Sat, 10 Aug 2013 12:45:35 PM Lindsay Mathieson wrote: > > I'm trying to add session restore to kleopatra and am completely stuck on > > it. The appropriate functions are being called but it appears to be > > passed > > the wrong sessi

Re: Stuck on session restore

2013-08-10 Thread Lindsay Mathieson
On Sat, 10 Aug 2013 12:45:35 PM Lindsay Mathieson wrote: > I'm trying to add session restore to kleopatra and am completely stuck on > it. The appropriate functions are being called but it appears to be passed > the wrong session id each time. Figured out the problem - weirdly enough it was kleo

Stuck on session restore

2013-08-09 Thread Lindsay Mathieson
I'm trying to add session restore to kleopatra and am completely stuck on it. The appropriate functions are being called but it appears to be passed the wrong session id each time. I started of with RESTORE( MainWindow ); then expanded it to: int n = 1; whi