diff options
Diffstat (limited to 'embed/mozilla/ContentHandler.cpp')
-rw-r--r-- | embed/mozilla/ContentHandler.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/embed/mozilla/ContentHandler.cpp b/embed/mozilla/ContentHandler.cpp index dd190f0c0..f4f1ac604 100644 --- a/embed/mozilla/ContentHandler.cpp +++ b/embed/mozilla/ContentHandler.cpp @@ -377,6 +377,7 @@ NS_METHOD GContentHandler::MIMEInitiateAction (void) { const char *id = gnome_vfs_mime_application_get_desktop_id (mHelperApp); + /* FIXME! menu editing can make this check fail!!!! */ if (id && strcmp (id, "epiphany.desktop") == 0) { mHelperApp = nsnull; |