adium 2593:ada2367289f1: This was throwing off our recursion at ...
commits at adium.im
commits at adium.im
Wed Aug 12 15:14:04 UTC 2009
details: http://hg.adium.im/adium/rev/ada2367289f1
revision: 2593:ada2367289f1
author: Stephen Holt <sholt at adium.im>
date: Wed Aug 12 11:15:07 2009 -0400
This was throwing off our recursion at the end of strings.
diffs (11 lines):
diff -r cfd0dfdbbb54 -r ada2367289f1 Source/AIEmoticonController.m
--- a/Source/AIEmoticonController.m Wed Aug 12 00:42:45 2009 -0700
+++ b/Source/AIEmoticonController.m Wed Aug 12 11:15:07 2009 -0400
@@ -368,7 +368,6 @@
//Always increment the loop
if (currentLocationNeedsUpdate) {
*currentLocation += 1;
- originalEmoticonLocation = *currentLocation;
}
[candidateEmoticons release];
More information about the commits
mailing list