summaryrefslogtreecommitdiffstats
path: root/surf.c
diff options
context:
space:
mode:
authorGravatar Enno Boland (tox) 2010-05-06 13:09:54 +0200
committerGravatar Enno Boland (tox) 2010-05-06 13:09:54 +0200
commitbef892f513db0e4c30ce16d7431f6773a44c1546 (patch)
treeb5d3e41d1826f7aa80fbdcbd6e89b1db669d33ac /surf.c
parentfixing config.mk (diff)
fixing compilerwarning in newer webkit versions
Diffstat (limited to '')
-rw-r--r--surf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/surf.c b/surf.c
index cac31d6..6e3db36 100644
--- a/surf.c
+++ b/surf.c
@@ -430,8 +430,7 @@ loadstatuschange(WebKitWebView *view, GParamSpec *pspec, Client *c) {
c->progress = 0;
update(c);
break;
- case WEBKIT_LOAD_PROVISIONAL:
- case WEBKIT_LOAD_FIRST_VISUALLY_NON_EMPTY_LAYOUT:
+ default:
break;
}
}