RE: r28919 - in lyx-devel/trunk/src: . insets

2009-03-26 Thread Vincent van Ravesteijn - TNW
>This looks good. I think the Buffer& arguments were a remnant >of the time before we had buffer(). Well, loadIfNeeded used to be an anonymous function until you made it a member of InsetInclude. When you did this, you removed the second params parameter, but you left this one. >There's one

Re: r28919 - in lyx-devel/trunk/src: . insets

2009-03-26 Thread rgheck
v...@lyx.org wrote: Author: vfr Date: Thu Mar 26 01:48:32 2009 New Revision: 28919 URL: http://lyx.lyx.org/trac/changeset/28919 Log: Some cleanup in InsetInclude: * use the UpdateScope, introduced recently, to prevent the 'strange' calls to setParent which also causes the update mechanism to ru