From dd5bb26dfdf60e1f4d70e5fa331e5b5defde4b3c Mon Sep 17 00:00:00 2001 From: "gavin%gavinsharp.com" Date: Mon, 14 Apr 2008 01:32:40 +0000 Subject: [PATCH] Bug 428594: Restore defaults for tags doesn't work in non-instant-apply mode, patch by Bruno Escherl , r+sr=Neil git-svn-id: svn://10.0.0.236/trunk@250182 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/mailnews/base/prefs/resources/content/pref-tags.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/mailnews/base/prefs/resources/content/pref-tags.js b/mozilla/mailnews/base/prefs/resources/content/pref-tags.js index f4f4861e4b8..368aaf15ad3 100644 --- a/mozilla/mailnews/base/prefs/resources/content/pref-tags.js +++ b/mozilla/mailnews/base/prefs/resources/content/pref-tags.js @@ -58,7 +58,7 @@ var gDeleteButton = null; var gRaiseButton = null; var gLowerButton = null; -var gDeletedTags = null; // tags marked for deletion in non-instant apply mode +var gDeletedTags = {}; // tags marked for deletion in non-instant apply mode function Startup()