On Sun, Jan 13, 2002 at 04:55:15PM +0000 or thereabouts, John Levon wrote: > On Sun, Jan 13, 2002 at 09:19:02PM +1300, Michael Koziarski wrote: > > > I'm currently having a few problems with the GNOME frontend's > > FormUrl. The first one I'll tackle as it could be causing the > > other one. If I run > > Angus can you have a look at this please ? gnome/FormUrl.C looks > almost exactly like qt2's. We aren't building in any URL files twice > or anything like that. I really don't know where this behaviour is > coming from (the double URL thing). > > > That assert is failing. I notice that during construction params_ is > > initialised to 0, but all over the code it's given new Params(). In > > what situations could this be left as null, is there anything I can > > do to prevent this from happenning? inset_ is also null, if that's > > relevant at all. > > an "OK" is being done, which applys the changes and removes the connections > from the dialog controller to a specific inset. > > so it's as if it were possible to press OK twice in the GUI and > that's whats happening ... > very odd >
Following the Apply case through the debugger it does pass through FormUrl::apply() twice, but both times applyParamsNoInset() is called, though the second time, there is an inset. -- ======================================================================== | Michael Koziarski |"Conventional wisdom is often | | Data Engineer, Linux user | long on convention and short | | & Objectivist. | on wisdom" -- | | http://www.koziarski.com | Warren E. Buffett, BRK.A | ========================================================================
