On Friday 02 August 2002 12:37 pm, Edwin Leuven wrote:
> > Sorry about that. I'll fix and commit.
>
> Sorry for being thick.
>
> Could you explain when one would like to store the connection?
>
> Regards, Ed.
When you'd like to disconnect and connect to something else.
if (cp_.connected
> Sorry about that. I'll fix and commit.
Sorry for being thick.
Could you explain when one would like to store the connection?
Regards, Ed.
On Friday 02 August 2002 12:27 pm, Edwin Leuven wrote:
> > One question: why do you store cp_?
>
> because of this:
> > On Wednesday 31 July 2002 4:20 pm, Edwin Leuven wrote:
> > > should I store a connection in ControlParagraph?
>
> On Wednesday 31 July 2002 16:50, Angus Leeming replied:
> > Yes.
> One question: why do you store cp_?
because of this:
> On Wednesday 31 July 2002 4:20 pm, Edwin Leuven wrote:
> > should I store a connection in ControlParagraph?
>
On Wednesday 31 July 2002 16:50, Angus Leeming replied:
> Yes.
On Friday 02 August 2002 11:30 am, Edwin Leuven wrote:
> Will this be applied?
One question: why do you store cp_? You don't reset it as far as I can see.
Why not just
ControlParagraph::ControlParagraph(LyXView & lv, Dialogs & d)
: ControlDialogBD(lv, d), pp_(0), ininset_(false)
-{}
+{
Will this be applied?
Thanks, Ed.
-- Forwarded Message --
Subject: Re: formparagraph
Date: Wed, 31 Jul 2002 17:51:56 +0200
From: Edwin Leuven <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
something like this?
---
Index: Dial