[PD-cvs] packages/patches disable_close_confirm-0.39.2.patch, NONE, 1.1

Hans-Christoph Steiner eighthave at users.sourceforge.net
Sat Apr 29 00:54:38 CEST 2006


Update of /cvsroot/pure-data/packages/patches
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5737/patches

Added Files:
	disable_close_confirm-0.39.2.patch 
Log Message:
quick kludge to disable the super annoying close confirm dialog

--- NEW FILE: disable_close_confirm-0.39.2.patch ---
Index: g_editor.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/g_editor.c,v
retrieving revision 1.13
diff -u -w -r1.13 g_editor.c
--- g_editor.c	15 Sep 2005 03:17:27 -0000	1.13
+++ g_editor.c	28 Apr 2006 22:40:57 -0000
@@ -1688,9 +1688,10 @@
         }
         else
         {
-            sys_vgui(
-"pdtk_check {Close this window??} {.x%lx menuclose 1;\n} yes\n",
-                x);
+/*             sys_vgui( */
+/* 				"pdtk_check {Close this window??} {.x%lx menuclose 1;\n} yes\n", */
+/*                 x); */
+			pd_free(&x->gl_pd);
         }
     }
     else if (force == 1)





More information about the Pd-cvs mailing list