Dan Kegel writes:
> How come I can't scroll the help window while
> I've got the 'new account' window open?
> It's most inconvenient.
> - Dan
Yes, this will be fixed in the next major version.
dave
___
gnucash-devel mailing list
[EMAIL PROTECTED]
http
How come I can't scroll the help window while
I've got the 'new account' window open?
It's most inconvenient.
- Dan
___
gnucash-devel mailing list
[EMAIL PROTECTED]
http://www.gnumatic.com/cgi-bin/mailman/listinfo/gnucash-devel
-BEGIN PGP SIGNED MESSAGE-
Hi Bill,
As I recently said, I would like to have a new datatype defined for
representing a commodity and a value:
struct {
gnc_commodity* commodity;
gnc_numeric value;
} commodity-value;
Additionally, we would need a list of this type.
typ