Completion in the Account Register Window for description doesn't work as is. Could we switch to the good old one (which works) in cvs ? It's a one liner :
Index: ./src/register/register-gnome/gnucash-sheet.c =================================================================== RCS file: /home/cvs/cvsroot/gnucash/src/register/register-gnome/gnucash-sheet.c,v retrieving revision 1.19.4.15 diff -p -u -r1.19.4.15 gnucash-sheet.c --- ./src/register/register-gnome/gnucash-sheet.c 22 Jul 2005 18:53:02 -0000 1.19.4.15 +++ ./src/register/register-gnome/gnucash-sheet.c 25 Aug 2005 22:34:24 -0000 @@ -46,7 +46,7 @@ /* FIXME: seems like this is ok in gtk2... */ -#define GTK_ALLOWED_SELECTION_WITHIN_INSERT_SIGNAL 1 +/* #define GTK_ALLOWED_SELECTION_WITHIN_INSERT_SIGNAL 1 */ static guint gnucash_register_initial_rows = 15; -- Frederic Leroy Lost in France _______________________________________________ gnucash-devel mailing list [email protected] https://lists.gnucash.org/mailman/listinfo/gnucash-devel
