diff options
author | patthoyts@users.sourceforge.net <patthoyts> | 2008-12-10 13:41:19 (GMT) |
---|---|---|
committer | patthoyts@users.sourceforge.net <patthoyts> | 2008-12-10 13:41:19 (GMT) |
commit | 758f997c8e8790804cccb3714b368a59b92e00cf (patch) | |
tree | c3dd3812d95f10c519bb5409766a0a58876d7560 /win | |
parent | 473bf08d777345a4d6689dbb88178c3856135701 (diff) | |
download | tk-758f997c8e8790804cccb3714b368a59b92e00cf.zip tk-758f997c8e8790804cccb3714b368a59b92e00cf.tar.gz tk-758f997c8e8790804cccb3714b368a59b92e00cf.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 |