aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/ContentHandler.cpp
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-12-13 06:19:32 +0800
committerChristian Persch <chpe@src.gnome.org>2004-12-13 06:19:32 +0800
commit6d2a96050d288eb71598774950e707f27e4cbe32 (patch)
treec92e75f6c3f3abd0b2cc2b2e969391b087de3683 /embed/mozilla/ContentHandler.cpp
parent583cb4f3d3c1102d50971984bae3c1a5ab1784be (diff)
downloadgsoc2013-epiphany-6d2a96050d288eb71598774950e707f27e4cbe32.tar
gsoc2013-epiphany-6d2a96050d288eb71598774950e707f27e4cbe32.tar.gz
gsoc2013-epiphany-6d2a96050d288eb71598774950e707f27e4cbe32.tar.bz2
gsoc2013-epiphany-6d2a96050d288eb71598774950e707f27e4cbe32.tar.lz
gsoc2013-epiphany-6d2a96050d288eb71598774950e707f27e4cbe32.tar.xz
gsoc2013-epiphany-6d2a96050d288eb71598774950e707f27e4cbe32.tar.zst
gsoc2013-epiphany-6d2a96050d288eb71598774950e707f27e4cbe32.zip
Back out the fix for bug #158466, it's wrong.
2004-12-12 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/ContentHandler.cpp: Back out the fix for bug #158466, it's wrong.
Diffstat (limited to 'embed/mozilla/ContentHandler.cpp')
-rw-r--r--embed/mozilla/ContentHandler.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/embed/mozilla/ContentHandler.cpp b/embed/mozilla/ContentHandler.cpp
index c9d50cf12..acba45c3a 100644
--- a/embed/mozilla/ContentHandler.cpp
+++ b/embed/mozilla/ContentHandler.cpp
@@ -343,8 +343,7 @@ NS_METHOD GContentHandler::MIMEDoAction (void)
mLauncher->GetMIMEInfo(getter_AddRefs(mimeInfo));
NS_ENSURE_TRUE (mimeInfo, NS_ERROR_FAILURE);
- if (mAction == CONTENT_ACTION_OPEN ||
- mAction == CONTENT_ACTION_OPEN_TMP )
+ if (mAction == CONTENT_ACTION_OPEN)
{
nsEmbedString desc;