summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsvncommit <devs@roundcube.net>2007-10-17 11:03:26 +0000
committersvncommit <devs@roundcube.net>2007-10-17 11:03:26 +0000
commitb119e24154315cbd21ae2609ea84ad0346598543 (patch)
tree41d5093486d6b103742ac007c9d0ea9bdb319721
parent1f064bc16d32282fd4f55c9b2d24833593434a11 (diff)
Fix sorting after parent folder renaming.
-rw-r--r--program/js/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/js/app.js b/program/js/app.js
index 68996ae54..c5996512b 100644
--- a/program/js/app.js
+++ b/program/js/app.js
@@ -2699,7 +2699,7 @@ function rcube_webmail()
this.sort_subscription_list();
this.init_subscription_list();
- if (selection)
+ if (selection && document.getElementById('rcmrow'+selection))
this.subscription_list.select_row(selection);
if (document.getElementById('rcmrow'+id).scrollIntoView)