Manage network state via NetworkManager

https://bugzilla.mozilla.org/show_bug.cgi?id=620472 changed the
default value of this pref in Firefox.  Re-enable it since our
XULRunner build fixes the issues from the upstream bug.
This commit is contained in:
Christopher Aillon 2011-04-04 00:31:36 -07:00
parent 14b5c4f61e
commit 9604b160c3
1 changed files with 1 additions and 0 deletions

View File

@ -6,3 +6,4 @@ pref("browser.display.use_system_colors", true);
pref("browser.download.folderList", 1);
pref("browser.link.open_external", 3);
pref("browser.shell.checkDefaultBrowser", false);
pref("network.manage-offline-status", true);