epiphany r8205 - branches/gnome-2-22/embed/mozilla



Author: chpe
Date: Wed Apr  9 14:44:12 2008
New Revision: 8205
URL: http://svn.gnome.org/viewvc/epiphany?rev=8205&view=rev

Log:
Fix auto-open. Bug #513837.


Modified:
   branches/gnome-2-22/embed/mozilla/ContentHandler.cpp

Modified: branches/gnome-2-22/embed/mozilla/ContentHandler.cpp
==============================================================================
--- branches/gnome-2-22/embed/mozilla/ContentHandler.cpp	(original)
+++ branches/gnome-2-22/embed/mozilla/ContentHandler.cpp	Wed Apr  9 14:44:12 2008
@@ -384,11 +384,13 @@
 		}
 	}
 
+#ifndef HAVE_GECKO_1_9
 	if (auto_downloads)
 	{
 		mAction = CONTENT_ACTION_OPEN;
 	}
 	else
+#endif /* !HAVE_GECKO_1_9 */
 	{
 		mAction = CONTENT_ACTION_OPEN_TMP;
 	}



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]