projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de24e09
)
If folder list is not loaded yet, defer setting title because it may be missing unsee...
author
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 18 Dec 2009 23:37:23 +0000
(16:37 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 18 Dec 2009 23:37:46 +0000
(16:37 -0700)
imp/js/DimpBase.js
patch
|
blob
|
history
diff --git
a/imp/js/DimpBase.js
b/imp/js/DimpBase.js
index
5b3da7b
..
afb09c4
100644
(file)
--- a/
imp/js/DimpBase.js
+++ b/
imp/js/DimpBase.js
@@
-971,6
+971,8
@@
var DimpBase = {
if (unseen > 0) {
label += ' (' + unseen + ')';
}
+ } else {
+ this.updateTitle.bind(this).defer();
}
}
DimpCore.setTitle(label);