From bf8e34394b25245b3d96d4919150c2e71e5e9a48 Mon Sep 17 00:00:00 2001 From: "scott%scott-macgregor.org" Date: Mon, 31 May 2004 16:26:59 +0000 Subject: [PATCH] Bug #244209 Offline Settings > KB value not be stored for 'Compact folders if it will save over ....' --- mail/extensions/offline/content/pref-offline.xul | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail/extensions/offline/content/pref-offline.xul b/mail/extensions/offline/content/pref-offline.xul index 22df1728a3e..6407ec82e0d 100644 --- a/mail/extensions/offline/content/pref-offline.xul +++ b/mail/extensions/offline/content/pref-offline.xul @@ -83,7 +83,7 @@ else if (eltType == "checkbox") pref.setBoolPref(element.getAttribute("prefstring"), element.checked); else if (eltType == "textbox") - pref.setIntPref(element.getAttribute("prefstring"), parseInt(element.getAttribute("value")) ); + pref.setIntPref(element.getAttribute("prefstring"), parseInt(element.value) ); } } ]]>