adium 2763:747f096da367: fix logic error.
commits at adium.im
commits at adium.im
Thu Oct 22 20:20:56 UTC 2009
details: http://hg.adium.im/adium/rev/747f096da367
revision: 2763:747f096da367
author: Stephen Holt <sholt at adium.im>
date: Thu Oct 22 16:20:47 2009 -0400
fix logic error.
diffs (12 lines):
diff -r 9642be635e28 -r 747f096da367 Plugins/WebKit Message View/Template.html
--- a/Plugins/WebKit Message View/Template.html Thu Oct 22 16:19:21 2009 -0400
+++ b/Plugins/WebKit Message View/Template.html Thu Oct 22 16:20:47 2009 -0400
@@ -95,7 +95,7 @@
this.append = function(html, shouldScroll) {
// if we started this fragment with a consecuative message,
// cancel and output before we continue
- if(undefined === self.isConsecutive || !self.isConsecutive) {
+ if(undefined === self.isConsecutive || self.isConsecutive) {
self.cancel();
}
self.isConsecutive = false;
More information about the commits
mailing list