summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authordas <das>2009-04-11 04:26:59 (GMT)
committerdas <das>2009-04-11 04:26:59 (GMT)
commit3b3d2d3a1c7577238c153a628ef3f6b8bf0e26b1 (patch)
treeb3d0279e6ced1f466742ca28e4602e722b742091 /generic
parent2fa2d9b0eb012251e813a7dffaf77eafd7a6c219 (diff)
downloadtk-3b3d2d3a1c7577238c153a628ef3f6b8bf0e26b1.zip
tk-3b3d2d3a1c7577238c153a628ef3f6b8bf0e26b1.tar.gz
tk-3b3d2d3a1c7577238c153a628ef3f6b8bf0e26b1.tar.bz2
revert HandleEventGenerate change, it was causing bind-8.2 to fail
Diffstat (limited to 'generic')
-rw-r--r--generic/tkBind.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/generic/tkBind.c b/generic/tkBind.c
index 94b961c..a83c6ad 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.45.2.1 2009/04/10 15:54:44 das Exp $
+ * RCS: @(#) $Id: tkBind.c,v 1.45.2.2 2009/04/11 04:26:59 das Exp $
*/
#include "tkInt.h"
@@ -3359,7 +3359,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 =