commit | 4fc904708bc3175669d158d647b8a2fd14036373 | [log] [tgz] |
---|---|---|
author | Kurt B. Kaiser <kbk@shore.net> | Thu Nov 21 03:02:17 2002 +0000 |
committer | Kurt B. Kaiser <kbk@shore.net> | Thu Nov 21 03:02:17 2002 +0000 |
tree | d9b670f82a9779998dc8ed3164613b4f532bb5d2 | |
parent | 201626e00f87a514b4891a65f3014bcb49c5dc88 [diff] |
Apply Nicolas Riley's Patch. [ 634250 ] SearchDialogBase.py fix for Tk 8.4.1 SearchDialogBase refers to the grid 'col' option considered ambiguous with Python 2.2.2 and Tk 8.4.1. The correct name is 'column'.