1 |
|
2003-07-30 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* Thuban/UI/join.py (JoinDialog.__init__): Use the table's Title() |
4 |
|
method directly instead of going through the transient_table |
5 |
|
method. This faster because transient_table may force the copy of |
6 |
|
a DBF file into the transient database and setting a table's title |
7 |
|
doesnm't affect the title of the associated transient table, so |
8 |
|
this fixes RT #2042 |
9 |
|
|
10 |
|
* Thuban/UI/main.py (__version__): Don't import the already |
11 |
|
removed show_exception_dialog. |
12 |
|
|
13 |
2003-07-29 Jonathan Coles <[email protected]> |
2003-07-29 Jonathan Coles <[email protected]> |
14 |
|
|
15 |
* Thuban/UI/application.py (ThubanApplication.ShowExceptionDialog): |
* Thuban/UI/application.py (ThubanApplication.ShowExceptionDialog): |