summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorportix <portix@gmx.net>2011-06-16 18:47:19 +0200
committerportix <portix@gmx.net>2011-06-16 18:47:19 +0200
commit85875d71b9d120cacfaca884841151d5c8e11fe5 (patch)
tree4744762b68568fd9fa2519f51941ac8400d87bb9 /src
parent65a64df0b3bfdf24c525d1d772015acd2e3f8323 (diff)
downloaddwb-85875d71b9d120cacfaca884841151d5c8e11fe5.zip
Don't go in normal mode on LOAD_PROVISIONAL
Diffstat (limited to 'src')
-rw-r--r--src/view.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/view.c b/src/view.c
index 5693d387..b5024816 100644
--- a/src/view.c
+++ b/src/view.c
@@ -383,7 +383,6 @@ dwb_web_view_load_status_cb(WebKitWebView *web, GParamSpec *pspec, GList *gl) {
g_object_set(webkit_web_view_get_settings(web), "enable-scripts", false, NULL);
v->status->scripts &= ~SCRIPTS_ALLOWED_TEMPORARY;
}
- dwb_normal_mode(true);
break;
case WEBKIT_LOAD_FIRST_VISUALLY_NON_EMPTY_LAYOUT:
// TODO use this state for adblocker