From d9229084833aa24b692a44ca4a1c8bf6e6e43d82 Mon Sep 17 00:00:00 2001 From: "neil%parkwaycc.co.uk" Date: Fri, 27 Jun 2008 20:39:16 +0000 Subject: [PATCH] Bug 442337 Fix typo in patch for bug 442256 p=rkent@caspia.com r+sr=bienvenu git-svn-id: svn://10.0.0.236/trunk@252652 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/mail/base/content/msgMail3PaneWindow.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/mail/base/content/msgMail3PaneWindow.js b/mozilla/mail/base/content/msgMail3PaneWindow.js index 4da99c45915..b7892ada3da 100644 --- a/mozilla/mail/base/content/msgMail3PaneWindow.js +++ b/mozilla/mail/base/content/msgMail3PaneWindow.js @@ -1509,7 +1509,7 @@ function GetFirstSelectedMessage() function GetSelectedIndices(dbView) { try { - return dbview.getIndicesForSelection({}); + return dbView.getIndicesForSelection({}); } catch (ex) { dump("ex = " + ex + "\n");