openbsd-ports/lang/eltclsh/patches/patch-src_elwish_c
2012-10-10 22:09:29 +00:00

13 lines
440 B
Plaintext

$OpenBSD: patch-src_elwish_c,v 1.3 2012/10/10 22:09:29 stu Exp $
--- src/elwish.c.orig Thu Jun 16 11:17:42 2011
+++ src/elwish.c Mon Apr 30 14:32:18 2012
@@ -74,8 +74,6 @@ elWishAppInit(Tcl_Interp *interp)
/* change the rc file */
Tcl_SetVar(interp, "tcl_rcFileName", "~/.elwishrc", TCL_GLOBAL_ONLY);
- /* I hate that stupid empty window you get after Tk_Init() */
- Tcl_Eval(interp, "wm withdraw .");
return TCL_OK;
}