fixing compilerwarning in newer webkit versions
This commit is contained in:
parent
f9a411f22d
commit
bef892f513
1 changed files with 1 additions and 2 deletions
3
surf.c
3
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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue