Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9726/src
Modified Files: Tag: devel_0_38 u_main.tk Log Message: see if help menu patch really exists
Index: u_main.tk =================================================================== RCS file: /cvsroot/pure-data/pd/src/u_main.tk,v retrieving revision 1.4.4.9 retrieving revision 1.4.4.10 diff -C2 -d -r1.4.4.9 -r1.4.4.10 *** u_main.tk 7 May 2005 12:43:20 -0000 1.4.4.9 --- u_main.tk 11 May 2005 20:03:16 -0000 1.4.4.10 *************** *** 433,439 **** global help_top_directory pd_tearoff ! if { [lsearch [glob -dir $help_top_directory * ] "$help_top_directory/$subdir" ] == -1} { ! return ! }
set menudir $help_top_directory/$subdir --- 433,440 ---- global help_top_directory pd_tearoff ! # see if $subdir exists at all... ! if { [ catch { ! if { [lsearch [glob -dir $help_top_directory * ] "$help_top_directory/$subdir" ] == -1} { return } ! } ] } { return }
set menudir $help_top_directory/$subdir