diff options
Diffstat (limited to 'generic/tkBind.c')
-rw-r--r-- | generic/tkBind.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/generic/tkBind.c b/generic/tkBind.c index 4468793..1d59604 100644 --- a/generic/tkBind.c +++ b/generic/tkBind.c @@ -11,7 +11,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkBind.c,v 1.53 2009/04/10 15:54:07 das Exp $ + * RCS: @(#) $Id: tkBind.c,v 1.54 2009/04/11 04:26:49 das Exp $ */ #include "tkInt.h" @@ -3325,7 +3325,6 @@ HandleEventGenerate( event.xany.serial = NextRequest(Tk_Display(tkwin)); event.xany.send_event = False; if (windowName[0]) { - Tk_MakeWindowExist(tkwin); event.xany.window = Tk_WindowId(tkwin); } else { event.xany.window = |