mappings:_mappings
error:&error];
- if (mapping && !error) {
+ if (mapping) {
NJMapping *mergeInto = self[mapping.name];
if ([mergeInto hasConflictWith:mapping]) {
NSAlert *conflictAlert = [[NSAlert alloc] init];
[self activateMapping:mapping];
[self mappingsChanged];
}
- }
-
- if (error) {
+ } else {
[window presentError:error
modalForWindow:window
delegate:nil
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
- <string>305</string>
+ <string>306</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>NSHumanReadableCopyright</key>