Unescape the HREF attribute's text before passing it to NSURL which does not expect...
[adiumx.git] / Source / AIAdvancedPreferencesPlugin.m
blobfbed433a87461e4a3091d4874e24cfd2425b6c17
1 //
2 //  AIAdvancedPreferencesPlugin.m
3 //  Adium
4 //
5 //  Created by Evan Schoenberg on 4/7/07.
6 //
8 #import "AIAdvancedPreferencesPlugin.h"
9 #import "AIAdvancedPreferences.h"
11 @implementation AIAdvancedPreferencesPlugin
13 - (void)installPlugin
15         [AIAdvancedPreferences preferencePane];
18 @end