projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55a68a9
)
Don't select all when undeleting
author
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 14 Oct 2009 18:30:57 +0000
(12:30 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 15 Oct 2009 11:53:32 +0000
(
05:53
-0600)
imp/js/DimpBase.js
patch
|
blob
|
history
diff --git
a/imp/js/DimpBase.js
b/imp/js/DimpBase.js
index
f66ea52
..
f75282e
100644
(file)
--- a/
imp/js/DimpBase.js
+++ b/
imp/js/DimpBase.js
@@
-782,6
+782,7
@@
var DimpBase = {
case 'ctx_message_undeleted':
case 'oa_undeleted':
this.flag('\\deleted', false);
+ break;
case 'oa_selectall':
this.selectAll();