get that comment in there

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1730 57a11ea4-9604-0410-9ed3-97b8803252fd
zzzoldfeatures/xacc-12-patch
Linas Vepstas 27 years ago
parent c07b18174b
commit 65e8d7dc9e

@ -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);

Loading…
Cancel
Save