Skip to content

Commit

Permalink
Revert "Removing dead -[SUUpdateAlert showsReleaseNotesText] method"
Browse files Browse the repository at this point in the history
It wasn't so dead after all. Curse you, bindings!
  • Loading branch information
andymatuschak committed May 10, 2011
1 parent 31b9ba8 commit e71915b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions SUUpdateAlert.m
Expand Up @@ -256,6 +256,12 @@ - (void)awakeFromNib

}

-(BOOL)showsReleaseNotesText
{
return( [host objectForInfoDictionaryKey:SUFixedHTMLDisplaySizeKey] == nil );
}


- (BOOL)windowShouldClose:note
{
[self endWithSelection:SURemindMeLaterChoice];
Expand Down

0 comments on commit e71915b

Please sign in to comment.