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:
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
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
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
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