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.
authorPeter Hosey <hg@boredzo.org>
Wed Jun 17 16:10:45 2009 -0700 (13 months ago)
changeset 4219e0c40e4a5c51
parent 4218162442369bf5
child 4222c6e8a12dd818
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.
Core/Source/GrowlPreferencePane.m
     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"])