[Xfce4-commits] <midori:master> Handle download request in frames
Christian Dywan
noreply at xfce.org
Fri Mar 9 01:58:01 CET 2012
Updating branch refs/heads/master
to 85c2f4a8e170c985235761175aad4ba0681b9398 (commit)
from 5588a05c8ae289bf3a83a94155436c37c96ae210 (commit)
commit 85c2f4a8e170c985235761175aad4ba0681b9398
Author: André Stösel <andre at stoesel.de>
Date: Tue Mar 6 17:34:20 2012 +0100
Handle download request in frames
midori/midori-view.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/midori/midori-view.c b/midori/midori-view.c
index cc7ee00..4fab027 100644
--- a/midori/midori-view.c
+++ b/midori/midori-view.c
@@ -2786,9 +2786,6 @@ webkit_web_view_mime_type_decision_cb (GtkWidget* web_view,
GtkIconTheme* icon_theme;
gint response;
- if (web_frame != webkit_web_view_get_main_frame (WEBKIT_WEB_VIEW (web_view)))
- return FALSE;
-
if (webkit_web_view_can_show_mime_type (WEBKIT_WEB_VIEW (web_view), mime_type))
{
gboolean view_source = FALSE;
More information about the Xfce4-commits
mailing list