Re: Unstable Imap Editor

2018-03-28 Thread Geert Janssens
Op woensdag 28 maart 2018 12:09:33 CEST schreef Robert Fewell: > Could some one explain the following, trying to fix the 2nd problem as I > thought was the simpler one... > If I try this ... > > std::vector path {IMAP_FRAME}; > if (category) > path.emplace_back (category); > >

Re: Unstable Imap Editor

2018-03-28 Thread Robert Fewell
Could some one explain the following, trying to fix the 2nd problem as I thought was the simpler one... If I try this ... std::vector path {IMAP_FRAME}; if (category) path.emplace_back (category); if (qof_instance_has_path_slot (QOF_INSTANCE (acc), path)) I have a slot but