Extras/GrowlMail/GrowlMail.m
changeset 4172 65a0bcf23292
parent 4170 caae0ed9a580
child 4178 9ea7cd00514b
     1.1 --- a/Extras/GrowlMail/GrowlMail.m	Tue Feb 24 20:17:30 2009 -0800
     1.2 +++ b/Extras/GrowlMail/GrowlMail.m	Wed Feb 25 01:02:44 2009 -0800
     1.3 @@ -283,7 +283,7 @@
     1.4  		 * We're making some assumptions about Mail's internals, but the fact that notifications are posted on auxiliary threads
     1.5  		 * and then again with a _inMainThread_ suffix on the main thread indicates that threads are being used for mail access elsewhere.
     1.6  		 */
     1.7 -		[NSThread detachNewThreadSelector:@selector(GMShowNotification)
     1.8 +		[NSThread detachNewThreadSelector:@selector(GMShowNotificationPart1)
     1.9  								 toTarget:message
    1.10  							   withObject:nil];
    1.11  	} else {