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;
|
c->progress = 0;
|
||||||
update(c);
|
update(c);
|
||||||
break;
|
break;
|
||||||
case WEBKIT_LOAD_PROVISIONAL:
|
default:
|
||||||
case WEBKIT_LOAD_FIRST_VISUALLY_NON_EMPTY_LAYOUT:
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue