mirror of
https://github.com/moparisthebest/FireTray
synced 2024-11-11 03:25:07 -05:00
cleaning.
This commit is contained in:
parent
7034624a13
commit
11fb8b23b3
@ -506,7 +506,7 @@ firetray.Handler = {
|
|||||||
if (!pref.cond()) return;
|
if (!pref.cond()) return;
|
||||||
let branch = Services.prefs.getBranch(pref.branch);
|
let branch = Services.prefs.getBranch(pref.branch);
|
||||||
pref.bak = branch.getBoolPref(pref.pref);
|
pref.bak = branch.getBoolPref(pref.pref);
|
||||||
log.warn(pref.pref+" saved. was: "+pref.bak);
|
log.debug(pref.pref+" saved. was: "+pref.bak);
|
||||||
branch.setBoolPref(pref.pref, false);
|
branch.setBoolPref(pref.pref, false);
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user