Changeset 391 for python/trunk/Mac/PythonLauncher/MyAppDelegate.m
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Mac/PythonLauncher/MyAppDelegate.m
r2 r391 34 34 - (BOOL)shouldShowUI 35 35 { 36 // if this call comes before applicationDidFinishLaunching: we 36 // if this call comes before applicationDidFinishLaunching: we 37 37 // should terminate immedeately after starting the script. 38 38 if (!initial_action_done) … … 63 63 NSString **ext_p; 64 64 int i; 65 65 66 66 if ([[NSUserDefaults standardUserDefaults] boolForKey: @"SkipFileBindingTest"]) 67 67 return; … … 93 93 } 94 94 } 95 95 96 96 @end
Note:
See TracChangeset
for help on using the changeset viewer.