patch-src_elwish_c 440 B

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