From c2e0735fcfa913959316f1db7369c524a31588bf Mon Sep 17 00:00:00 2001 From: "mgalli%geckonnection.com" Date: Tue, 14 Feb 2006 22:57:20 +0000 Subject: [PATCH] Fix sintax error. --- minimo/chrome/content/preferences/preferences.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minimo/chrome/content/preferences/preferences.js b/minimo/chrome/content/preferences/preferences.js index fb99b144d080..6d9fbf13cac6 100644 --- a/minimo/chrome/content/preferences/preferences.js +++ b/minimo/chrome/content/preferences/preferences.js @@ -159,7 +159,7 @@ function sanitizeAll() document.getElementById("privacySanitize").disabled=true; } -function sanitizeBookmarks() {set +function sanitizeBookmarks() { // in Common. BookmarksDeleteAllAndSync(); document.getElementById("bookmarksSanitize").disabled=true;