ComboCell in register

Dave Peticolas dave@krondo.com
16 Aug 2001 13:50:45 -0700


On 16 Aug 2001 11:30:51 -0400, James LewisMoss wrote:
> 
> Looking at being able to include gnc modules from a stock guile
> instance I notice that the definition of ComboCell is split strangely
> across the register-gnome and register-core modules.
> 
> In register-gnome are the create and init functions (in
> combocell-gnome.c).  In register-core are the ComboCell struct def and
> xaccMallocComboCell declaration  (in combocell.h).  It doesn't look
> like ComboCell needs gnome/gtk.  Would it be wise to move the malloc
> and init functions from combocell-gnome.c to
> register-core/combocell.c?

It does use gnome/gtk. However, I'm planning on moving the cell code
to a new location, so that will probably move as well.

dave