diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2006-03-06 04:54:32 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2006-03-06 04:54:32 +0800 |
commit | d791244c78d9f1d2a8d04135e7de59a3bfa28237 (patch) | |
tree | 80d6235f8d9e2d241d253b240ae7f81cd2aff34c /embed/mozilla/mozilla-embed-single.cpp | |
parent | 8fbc5afdd03d2fe502610d39eb691fe9aca932be (diff) | |
download | gsoc2013-epiphany-d791244c78d9f1d2a8d04135e7de59a3bfa28237.tar.gz gsoc2013-epiphany-d791244c78d9f1d2a8d04135e7de59a3bfa28237.tar.zst gsoc2013-epiphany-d791244c78d9f1d2a8d04135e7de59a3bfa28237.zip |
Don't use g_return_if_fail here.
2006-03-05 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/mozilla-embed-find.cpp:
Don't use g_return_if_fail here.
* embed/mozilla/mozilla-embed-single.cpp:
Remove fixed FIXME.
Diffstat (limited to 'embed/mozilla/mozilla-embed-single.cpp')
-rw-r--r-- | embed/mozilla/mozilla-embed-single.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/embed/mozilla/mozilla-embed-single.cpp b/embed/mozilla/mozilla-embed-single.cpp index 5b1812170..ba0f93115 100644 --- a/embed/mozilla/mozilla-embed-single.cpp +++ b/embed/mozilla/mozilla-embed-single.cpp @@ -296,7 +296,6 @@ mozilla_set_default_prefs (MozillaEmbedSingle *mes) } #ifdef HAVE_GECKO_1_8 - /* FIXME: maybe only set the major version ("1.6", "1.8") here? */ pref->SetCharPref ("general.useragent.extra.epiphany", "Epiphany/" EPIPHANY_MAJOR); /* Unset old prefs, otherwise they end up in the user agent string too */ |