I've been browsing through the gnucash source tree in order to glean
ideas for my own programme (travtrack: <http://travtrack.sf.net/>),
and while reading mainwindow-account-tree.c I _believe_ I found an
error.  In mainwindow-account-tree.h GNCMainWinAccountTree is defined
as a subclass of GtkVBox, but in gnc_mainwin_account_tree_get_type()
the call to gtk_type_unique on line 180 uses gtk_hbox_get_type() as
the parent value.

This is with the 1.6.5 source, but it is also in the CVS currently
browsable.

I'm not entirely certain why an HBox/VBox is used for that
functionality to begin with, but I'm sure I'll figure it out
eventually.

Anyway, hope this helps.  I'm not a subscriber to gnucash-devel, so if
you want me to see your reply you'll have to explicitly include me.

-- 
Robert Uhl <[EMAIL PROTECTED]>
After all, how do you give Microsoft the benefit of the doubt when you
know that if you throw it into a room with truth, you'd risk a
matter/anti-matter explosion.                    --N. Petreley
_______________________________________________
gnucash-devel mailing list
[EMAIL PROTECTED]
http://www.gnucash.org/cgi-bin/mailman/listinfo/gnucash-devel

Reply via email to