Skip to content

Commit

Permalink
Fix test, was using wrong variable
Browse files Browse the repository at this point in the history
As seen in http://github.com/rentzsch/clicktoflash/commit/0ba78fdd99c914dd54f7734d72adf1ead5dac9ff#comments

Signed-off: Pedro Melo <melo@simplicidade.org>

Signed-off-by: Jonathan 'Wolf' Rentzsch <jwr.git@redshed.net>
  • Loading branch information
melo authored and rentzsch committed Jan 28, 2009
1 parent 0ba78fd commit 423346b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugin/Plugin.m
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ - (id) initWithArguments:(NSDictionary *)arguments
}

NSDictionary *attributes = [arguments objectForKey:WebPlugInAttributesKey];
if (arguments) {
if (attributes != nil) {
NSString *src = [attributes objectForKey:@"src"];
if (src)
[self setToolTip:src];
Expand Down

0 comments on commit 423346b

Please sign in to comment.