fixing compilerwarning in newer webkit versions

This commit is contained in:
Enno Boland (tox) 2010-05-06 13:09:54 +02:00
parent f9a411f22d
commit bef892f513
1 changed files with 1 additions and 2 deletions

3
surf.c
View File

@ -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;
}
}