Skip to content

Commit

Permalink
Infinite loop
Browse files Browse the repository at this point in the history
  • Loading branch information
emsquared committed Jun 9, 2012
1 parent caeb059 commit b61fbb5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Classes/Dialogs/Preferences/PreferencesController.m
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ - (void)changeItemFont:(NSFontManager *)sender;

@implementation PreferencesController

@synthesize sounds;
@synthesize alertsView;
@synthesize channelManagementView;
@synthesize contentView;
Expand Down Expand Up @@ -372,7 +373,7 @@ - (NSMutableArray *)sounds
[ary safeAddObject:[SoundWrapper soundWrapperWithEventType:NOTIFICATION_TALK_NOTICE]];
[ary safeAddObject:[SoundWrapper soundWrapperWithEventType:NOTIFICATION_ADDRESS_BOOK_MATCH]];

self.sounds = ary;
sounds = ary;
}

return self.sounds;
Expand Down
4 changes: 2 additions & 2 deletions Resources/Miscellaneous/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<plist version="1.0">
<dict>
<key>Build Number</key>
<string>10302</string>
<string>10305</string>
<key>Build Reference</key>
<string>2.1.1-121-gd9cf8c9-stdbuild</string>
<string>2.1.1-123-gd22c825-stdbuild</string>
<key>CFBundleExecutable</key>
<string>Textual</string>
<key>CFBundleIconFile</key>
Expand Down

0 comments on commit b61fbb5

Please sign in to comment.