File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ extern "C" {
11
11
#define PD_MAJOR_VERSION 0
12
12
#define PD_MINOR_VERSION 43
13
13
#define PD_BUGFIX_VERSION 1
14
- #define PD_TEST_VERSION "test3 "
14
+ #define PD_TEST_VERSION "test4 "
15
15
16
16
/* old name for "MSW" flag -- we have to take it for the sake of many old
17
17
"nmakefiles" for externs, which will define NT and not MSW */
Original file line number Diff line number Diff line change @@ -32,7 +32,9 @@ proc ::pd_guiprefs::init {} {
32
32
# assign gui preferences
33
33
# osx special case for arrays
34
34
set arr [expr { $::windowingsystem eq " aqua" }]
35
- set ::recentfiles_list [get_config $::recentfiles_domain $::recentfiles_key $arr ]
35
+ set ::recentfiles_list " "
36
+ catch {set ::recentfiles_list [get_config $::recentfiles_domain \
37
+ $::recentfiles_key $arr ]}
36
38
}
37
39
38
40
proc init_aqua {} {
You can’t perform that action at this time.
0 commit comments