[bt-devel] GUI Merge bug

Martin Gruner bt-devel@crosswire.org
Tue, 2 Apr 2002 17:31:09 +0200


Hello Tim,

> I've noticed that the XML GUI definition is not merged
> (that is, it doesn't appear as if createGUI() is called)
> and so the toolbar icons for Strong's and Footnotes does
> not appear.

Those icons were removed. You have a button in the display windows to 
configure stuff like that now. Does it work? Like it?
Don't know about your debugging issues though... Can you use BibleTime for 
normal operation?

Martin

> When I place a breakpoint on createGUI() (kdevelop 2.1),
> I do a "step over" and the code jumps back to initBackends().
> If I do another "step over" the code crashes and never
> returns.
>
> Kind of looks like stack corruption, in that the code
> currently doesn't crash when running outside of the
> debugger... just doesn't do what it's supposed to do.