Use the GrowlPluginController's displayPlugins method to get an array of description dictionaries for all displays. This way, we don't exclude WebKit-based display styles. Fixes #388256.
1.1 --- a/Core/Source/GrowlPreferencePane.m Tue Jun 16 00:51:49 2009 -0700
1.2 +++ b/Core/Source/GrowlPreferencePane.m Wed Jun 17 16:10:45 2009 -0700
1.3 @@ -416,7 +416,7 @@
1.4 [self cacheImages];
1.5 }
1.6
1.7 - [self setDisplayPlugins:[[GrowlPluginController sharedController] registeredPluginNamesArrayForType:GROWL_VIEW_EXTENSION]];
1.8 + [self setDisplayPlugins:[[[GrowlPluginController sharedController] displayPlugins] valueForKey:GrowlPluginInfoKeyName]];
1.9
1.10 #ifdef THIS_CODE_WAS_REMOVED_AND_I_DONT_KNOW_WHY
1.11 if (!object || [object isEqualToString:@"GrowlTicketChanged"])