projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23dcc7a
)
Correctly fix unflagging messages in viewport
author
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 10 Mar 2009 18:17:45 +0000
(12:17 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 10 Mar 2009 18:17:45 +0000
(12:17 -0600)
imp/js/src/ViewPort.js
patch
|
blob
|
history
diff --git
a/imp/js/src/ViewPort.js
b/imp/js/src/ViewPort.js
index
05330b5
..
8205e74
100644
(file)
--- a/
imp/js/src/ViewPort.js
+++ b/
imp/js/src/ViewPort.js
@@
-807,7
+807,7
@@
var ViewPort = Class.create({
if (add) {
r.bg.push(flag);
} else {
- r.bg.without(flag);
+ r.bg
= r.bg
.without(flag);
}
if (filter) {
this._updateFlag(this.createSelection('uid', r.vp_id, r.view), flag, add);