adium 5815:6ca830aa9583: Curious that this line got lost in the ...

commits at adium.im commits at adium.im
Mon Dec 30 00:57:46 UTC 2013


details:	http://hg.adium.im/adium/rev/6ca830aa9583
revision:	5815:6ca830aa9583
branch:		(none)
author:		Frank Dowsett <wixardy at adium.im>
date:		Sun Dec 29 19:58:13 2013 -0500

Curious that this line got lost in the merge from adium-1.6.

diffs (12 lines):

diff -r f576d9a1ffbe -r 6ca830aa9583 Source/AdiumOTREncryption.m
--- a/Source/AdiumOTREncryption.m	Tue Aug 07 12:53:04 2012 -0400
+++ b/Source/AdiumOTREncryption.m	Sun Dec 29 19:58:13 2013 -0500
@@ -654,6 +654,8 @@
 	}
 	
 	if (interval > 0) {
+		timer = dispatch_source_create(DISPATCH_SOURCE_TYPE_TIMER, 0, 0, dispatch_get_main_queue());
+		
 		dispatch_source_set_timer(timer, dispatch_time(DISPATCH_TIME_NOW, interval * NSEC_PER_SEC), interval * NSEC_PER_SEC, NSEC_PER_SEC);
 		
 		dispatch_source_set_event_handler(timer, ^{




More information about the commits mailing list