Changeset 366 for trunk/Cocoa/Pester/Source/NJRHotKey.m
- Timestamp:
- 11/28/07 17:27:26 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cocoa/Pester/Source/NJRHotKey.m
r364 r366 97 97 hotKeyModifierFlags = [[dict objectForKey: PLModifierFlags] unsignedIntValue]; 98 98 hotKeyCode = [[dict objectForKey: PLKeyCode] unsignedShortValue]; 99 } 100 @catch (NSException *exception) { 99 } @catch (NSException *exception) { 101 100 } 102 101 if (hotKeyCharacters == nil || hotKeyCode == 0) {
Note:
See TracChangeset
for help on using the changeset viewer.