Extras/GrowlMail/GrowlMail.m
changeset 4170 caae0ed9a580
parent 4056 8ba86acdc221
child 4172 65a0bcf23292
     1.1 --- a/Extras/GrowlMail/GrowlMail.m	Sat Mar 29 19:48:02 2008 +0000
     1.2 +++ b/Extras/GrowlMail/GrowlMail.m	Tue Feb 24 20:17:30 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(showNotification)
     1.8 +		[NSThread detachNewThreadSelector:@selector(GMShowNotification)
     1.9  								 toTarget:message
    1.10  							   withObject:nil];
    1.11  	} else {