More hotkey changes
authorKent Sutherland <ksuther@ithinksw.com>
Tue, 29 Apr 2003 11:45:39 +0000 (11:45 +0000)
committerKent Sutherland <ksuther@ithinksw.com>
Tue, 29 Apr 2003 11:45:39 +0000 (11:45 +0000)
KeyCombo.m

index edebd68..409c992 100755 (executable)
     KeyCombo *combo;
     
     if (data) {
-        combo = [[NSUnarchiver unarchiveObjectWithData:data] retain];
+        combo = [NSUnarchiver unarchiveObjectWithData:data];
     } else {
         combo = nil;
     }