From 230fe78caeb0c8a8db2aa0664b21f8e90bdeedd1 Mon Sep 17 00:00:00 2001 From: "mgalli%geckonnection.com" Date: Tue, 22 Nov 2005 20:41:19 +0000 Subject: [PATCH] Fix to the sync from. git-svn-id: svn://10.0.0.236/trunk@185157 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/minimo/chrome/content/preferences/preferences.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/minimo/chrome/content/preferences/preferences.js b/mozilla/minimo/chrome/content/preferences/preferences.js index 01f79db67e6..edca7082a77 100644 --- a/mozilla/minimo/chrome/content/preferences/preferences.js +++ b/mozilla/minimo/chrome/content/preferences/preferences.js @@ -46,7 +46,7 @@ function readCacheLocationPref() var pref = document.getElementById("browser.cache.disk.parent_directory"); - if (pref.value != null) + if (pref.value != "") return true; else return false;