diff options
author | portix <portix@gmx.net> | 2011-06-16 18:47:19 +0200 |
---|---|---|
committer | portix <portix@gmx.net> | 2011-06-16 18:47:19 +0200 |
commit | 85875d71b9d120cacfaca884841151d5c8e11fe5 (patch) | |
tree | 4744762b68568fd9fa2519f51941ac8400d87bb9 /src | |
parent | 65a64df0b3bfdf24c525d1d772015acd2e3f8323 (diff) | |
download | dwb-85875d71b9d120cacfaca884841151d5c8e11fe5.zip |
Don't go in normal mode on LOAD_PROVISIONAL
Diffstat (limited to 'src')
-rw-r--r-- | src/view.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |