From 809c8801768edf4fdae783eebc59cf9ed6e2ce64 Mon Sep 17 00:00:00 2001 From: Jonathan McCrohan Date: Mon, 16 Jul 2012 00:23:07 +0100 Subject: Fix incompatibility with FF13+ Fix based on patch supplied by Oleg_Sch. http://oleg.7zsfx.info/mozilla/proxy_selector-0.80.7-fx.patch.txt --- src/chrome/content/dialogs/editproxy.js | 1 + 1 file changed, 1 insertion(+) (limited to 'src/chrome/content/dialogs/editproxy.js') diff --git a/src/chrome/content/dialogs/editproxy.js b/src/chrome/content/dialogs/editproxy.js index 3e01c58..79d9f0d 100644 --- a/src/chrome/content/dialogs/editproxy.js +++ b/src/chrome/content/dialogs/editproxy.js @@ -153,6 +153,7 @@ function mproxy_saveProxy(){ * Finish */ opener.mproxy_populateList(); + mproxy_ds_save(); if(gIsEdit){ -- cgit v1.2.3