mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user