diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2008-12-10 13:41:19 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2008-12-10 13:41:19 (GMT) |
commit | c550110fea03fbf1def408f088e37acc930c8e63 (patch) | |
tree | c3dd3812d95f10c519bb5409766a0a58876d7560 /win | |
parent | a43c01eb72a453c372c47e2bff833f117e14c42d (diff) | |
download | tk-c550110fea03fbf1def408f088e37acc930c8e63.zip tk-c550110fea03fbf1def408f088e37acc930c8e63.tar.gz tk-c550110fea03fbf1def408f088e37acc930c8e63.tar.bz2 |
Fix some problems running the tests on windows. As Tk tests run in -singleproc 1 we cannot do the script testing without damaging the later native tests.
Diffstat (limited to 'win')
-rw-r--r-- | win/tkWinDialog.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/win/tkWinDialog.c b/win/tkWinDialog.c index 1616a97..fd77b10 100644 --- a/win/tkWinDialog.c +++ b/win/tkWinDialog.c @@ -8,7 +8,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkWinDialog.c,v 1.57 2008/12/10 09:08:29 patthoyts Exp $ + * RCS: @(#) $Id: tkWinDialog.c,v 1.58 2008/12/10 13:41:19 patthoyts Exp $ * */ @@ -2822,6 +2822,7 @@ const TkEnsemble tkFontchooserEnsemble[] = { { "configure", FontchooserConfigureCmd, NULL }, { "show", FontchooserShowCmd, NULL }, { "hide", FontchooserHideCmd, NULL }, + { NULL, NULL, NULL } }; int |