get that comment in there

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1730 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas
1999-05-31 04:03:32 +00:00
parent c07b18174b
commit 65e8d7dc9e

View File

@@ -387,7 +387,7 @@ xaccCreateTable (Table *table, Widget parent, char * name)
table->table_widget = reg;
#if (!defined (LesstifVersion)) || (87 < LesstifVersion)
/* Coredump when using lesstif 0.80 or earlier */
/* Coredump when using lesstif 0.80 or earlier; 0.88.1 definitely works */
/* stop it from beeping */
XtVaGetValues (reg, XmNtextField, &textw, NULL);
XtVaSetValues (textw, XmNverifyBell, False, NULL);