Update of /cvsroot/pure-data/packages/patches In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11347
Added Files: pd_window_close_save_prompt-0.39.2.diff Log Message: added patch files from https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1469890..., which were converted to diff -uw format
--- NEW FILE: pd_window_close_save_prompt-0.39.2.diff --- --- u_main.tk 2006-03-24 06:41:56.000000000 +0100 +++ u_main.tk 2006-04-20 17:55:49.000000000 +0200 @@ -201,6 +201,9 @@ wm title . "Pd" . configure -menu .mbar -width 200 -height 150
+# Intercept closing the main pd window: MP 20060413: +wm protocol . WM_DELETE_WINDOW menu_quit + ############### set up global variables ################################
set untitled_number 1