projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fc8f7c
)
Delete viewport data when emptying folder
author
Michael M Slusarz
<slusarz@curecanti.org>
Mon, 26 Oct 2009 15:24:30 +0000
(09:24 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Mon, 26 Oct 2009 18:35:45 +0000
(12:35 -0600)
imp/js/DimpBase.js
patch
|
blob
|
history
diff --git
a/imp/js/DimpBase.js
b/imp/js/DimpBase.js
index
db84996
..
f43b887
100644
(file)
--- a/
imp/js/DimpBase.js
+++ b/
imp/js/DimpBase.js
@@
-1982,6
+1982,8
@@
var DimpBase = {
if (this.folder == r.response.mbox) {
this.viewport.reload();
this.clearPreviewPane();
+ } else {
+ this.viewport.deleteView(r.response.mbox);
}
this.setFolderLabel(r.response.mbox, 0);
}