From ce96c52065624e3e31a63a153ee0aa24fa8cb7e8 Mon Sep 17 00:00:00 2001 From: "alecf%netscape.com" Date: Thu, 27 Jul 2006 14:52:25 +0000 Subject: [PATCH] fix for 55791 a=ben git-svn-id: svn://10.0.0.236/trunk@204526 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/suite/common/history/history.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mozilla/suite/common/history/history.js b/mozilla/suite/common/history/history.js index 615e1fe77fd..d5cf3636490 100644 --- a/mozilla/suite/common/history/history.js +++ b/mozilla/suite/common/history/history.js @@ -31,6 +31,9 @@ function HistoryInit() { if (children.firstChild) tree.selectItem(children.firstChild); tree.focus(); + + // do a sort + RefreshSort(); } var historyDNDObserver = {