Rob Browning writes:
 > Right now I can't check though.  A current checkout fails at the final
 > link step like this:
 > 
 > ../../src/obj/gnome/Destroy.o: In function `xaccAccountWindowDestroy':
 > /home/rlb/gnucash/working/src/Destroy.c:69: undefined reference to 
 >`xaccDestroyEditNotesWindow'
 > 
 > I haven't had a chance to check up on it yet.

Alexandru's patch apparently removed the need for a
xaccDestroyEditNotesWindow on the gnome side, and the file
src/gnome/dialog-editnotes.c containing that function is purposefully
not being compiled anymore.  This function should probably
be made a no-op in the gnome code, since removing the call
in Destroy.c probably breaks the motif side (this is a quick fix if
all you're interested in is a gnome compile).  And the files
dialog-editnotes.[ch] should probably be removed.

 > > -- could you fix it so that double clicking on an account will automatically
 > >    open the register for it?
 > 
 > I second that one.

The patch that I had sent to Rob a couple of weeks ago did this, but
with Alexandru's new code, I'll have to rework it a bit.  My solution
is a bit messy though, because of the way gtkctree handles
selections.

Best Regards,
Heath Martin
----- %< -------------------------------------------- >% ------
The GnuCash / X-Accountant Mailing List
To unsubscribe, send mail to [EMAIL PROTECTED] and
put "unsubscribe gnucash-devel [EMAIL PROTECTED]" in the body

Reply via email to