| commit | df6b11e95593b5c2ff7690645ffbbb0702ca1c9f | [log] [tgz] |
|---|---|---|
| author | Bram Moolenaar <Bram@vim.org> | Wed Nov 24 18:48:12 2010 +0100 |
| committer | Bram Moolenaar <Bram@vim.org> | Wed Nov 24 18:48:12 2010 +0100 |
| tree | e4bc55a2ded61ffa9ac37dd01e2713691e0ac37a | |
| parent | f666f0e5c07723c77cb9bc34034542a3c6106e4e [diff] |
updated for version 7.3.069
Problem: GTK: pressing Enter in inputdialog() doesn't work like clicking OK
as documented.
Solution: call gtk_entry_set_activates_default(). (Britton Kerin)