Modified the keycombo class to return nil if there is no key in user
[MenuTunes.git] / KeyCombo.m
index 5248197..9017619 100755 (executable)
     if (data) {
         combo = [[NSUnarchiver unarchiveObjectWithData:data] retain];
     } else {
-        combo = [[KeyCombo alloc] init];
+        combo = nil;
     }
     
     return combo;