aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
Diffstat (limited to 'embed')
-rw-r--r--embed/mozilla/mozilla-embed-single.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/embed/mozilla/mozilla-embed-single.cpp b/embed/mozilla/mozilla-embed-single.cpp
index 9d90d0626..507291a4b 100644
--- a/embed/mozilla/mozilla-embed-single.cpp
+++ b/embed/mozilla/mozilla-embed-single.cpp
@@ -250,8 +250,7 @@ mozilla_set_default_prefs (MozillaEmbedSingle *mes)
#endif
/* Open ftp uris with an external handler if one is setup */
- pref->SetBoolPref("network.protocol-handler.external.ftp",
- have_gnome_url_handler ("ftp"));
+ pref->SetBoolPref ("network.protocol-handler.external.ftp", PR_FALSE);
return TRUE;
}