Author: chpe
Date: Sun Feb 17 17:56:19 2008
New Revision: 7955
URL: http://svn.gnome.org/viewvc/epiphany?rev=7955&view=rev
Log:
Disable about:config warning page.
Modified:
trunk/data/default-prefs-common.js
Modified: trunk/data/default-prefs-common.js
==============================================================================
--- trunk/data/default-prefs-common.js (original)
+++ trunk/data/default-prefs-common.js Sun Feb 17 17:56:19 2008
@@ -156,7 +156,7 @@
pref("dom.storage.enabled", false);
// warn about about:config
-pref("general.warnOnAboutConfig", true);
+pref("general.warnOnAboutConfig", false);
// enable negotiate extension
pref("network.negotiate-auth.trusted-uris", "https://");
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list
Want to limit the commits to a few modules? Go to above URL, log in to edit
your options and select the modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development
mailing list. Email [EMAIL PROTECTED] if interested.