OSDN Git Service

Fix 1990635. update() was accidentally removed. Bring it back so that the WebSettings...
authorGrace Kloba <klobag@google.com>
Mon, 20 Jul 2009 18:53:33 +0000 (11:53 -0700)
committerGrace Kloba <klobag@google.com>
Mon, 20 Jul 2009 18:53:33 +0000 (11:53 -0700)
src/com/android/browser/BrowserSettings.java

index 4d10fe2..479c0a3 100644 (file)
@@ -342,6 +342,8 @@ class BrowserSettings extends Observable {
         showConsole = p.getBoolean("javascript_console", showConsole);
         mTabControl.getBrowserActivity().setShouldShowErrorConsole(
                 showDebugSettings && showConsole);
+
+        update();
     }
 
     public String getPluginsPath() {