aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@gnome.org>2003-09-20 16:11:52 +0800
committerMarco Pesenti Gritti <marco@src.gnome.org>2003-09-20 16:11:52 +0800
commitc5221159ffcbf123e22a6313995e8fc784de1141 (patch)
treee059c39f055de8c0f1acaa005769329baa06e673 /embed
parentd1c2b88f108a6f461383d6d8bf9bbe9a13bf64a4 (diff)
downloadgsoc2013-epiphany-c5221159ffcbf123e22a6313995e8fc784de1141.tar
gsoc2013-epiphany-c5221159ffcbf123e22a6313995e8fc784de1141.tar.gz
gsoc2013-epiphany-c5221159ffcbf123e22a6313995e8fc784de1141.tar.bz2
gsoc2013-epiphany-c5221159ffcbf123e22a6313995e8fc784de1141.tar.lz
gsoc2013-epiphany-c5221159ffcbf123e22a6313995e8fc784de1141.tar.xz
gsoc2013-epiphany-c5221159ffcbf123e22a6313995e8fc784de1141.tar.zst
gsoc2013-epiphany-c5221159ffcbf123e22a6313995e8fc784de1141.zip
Do not fail if prefs.js is corrupted.
2003-09-20 Marco Pesenti Gritti <marco@gnome.org> * embed/mozilla/mozilla-embed-single.cpp: Do not fail if prefs.js is corrupted. * src/ephy-window.c: (ephy_window_state_event_cb): Do not allow to edit toolbar in fs
Diffstat (limited to 'embed')
-rw-r--r--embed/mozilla/mozilla-embed-single.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/embed/mozilla/mozilla-embed-single.cpp b/embed/mozilla/mozilla-embed-single.cpp
index 9188a4dfb..b4f5fc2f8 100644
--- a/embed/mozilla/mozilla-embed-single.cpp
+++ b/embed/mozilla/mozilla-embed-single.cpp
@@ -346,7 +346,6 @@ mozilla_set_default_prefs (MozillaEmbedSingle *mes)
if (NS_FAILED(rv))
{
g_warning ("failed to read user preferences, error: %x", rv);
- return FALSE;
}
nsCOMPtr<nsIPrefBranch> pref;