epiphany r8257 - branches/gnome-2-22/embed/mozilla
- From: chpe svn gnome org
- To: svn-commits-list gnome org
- Subject: epiphany r8257 - branches/gnome-2-22/embed/mozilla
- Date: Mon, 26 May 2008 17:56:22 +0000 (UTC)
Author: chpe
Date: Mon May 26 17:56:22 2008
New Revision: 8257
URL: http://svn.gnome.org/viewvc/epiphany?rev=8257&view=rev
Log:
Don't check only for apps supporting URIs. Bug #534846.
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 Mon May 26 17:56:22 2008
@@ -370,7 +370,7 @@
auto_downloads = eel_gconf_get_boolean (CONF_AUTO_DOWNLOADS);
- mHelperApp = g_app_info_get_default_for_type (mMimeType.get(), TRUE);
+ mHelperApp = g_app_info_get_default_for_type (mMimeType.get(), FALSE);
mPermission = ephy_file_check_mime (mMimeType.get());
/* HACK! Check that this 'helper application' isn't Epiphany itself,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]