Re: [Kicad-developers] Possible error in project loading

2019-04-05 Thread Wayne Stambaugh
Hey Jeff,

Oh my!  This is embarrassing since git blamed me.  That should indeed be
ConfigSave().  It looks like a copy and past error on my part.  Nice catch.

Cheers,

Wayne

On 4/5/19 3:34 PM, Jeff Young wrote:
> Hi Wayne,
> 
> Could you take a look at lines 75:77 in prjconfig.cpp:
> 
> // Save the project file for the currently loaded project.
> if( m_active_project )
> Prj().ConfigLoad( PgmTop().SysSearch(), GeneralGroupName, 
> s_KicadManagerParams );
> 
> 
> If the comment is correct that should be ConfigSave(), not ConfigLoad(),
> right?
> 
> Cheers,
> Jeff.
> 
> ___
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp
> 

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


[Kicad-developers] Possible error in project loading

2019-04-05 Thread Jeff Young
Hi Wayne,

Could you take a look at lines 75:77 in prjconfig.cpp:

// Save the project file for the currently loaded project.
if( m_active_project )
Prj().ConfigLoad( PgmTop().SysSearch(), GeneralGroupName, 
s_KicadManagerParams );

If the comment is correct that should be ConfigSave(), not ConfigLoad(), right?

Cheers,
Jeff.___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp