pinosaur
/
surf.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9a411f
)
fixing compilerwarning in newer webkit versions
author
Enno Boland (tox)
<tox@s01.de>
Thu, 6 May 2010 11:09:54 +0000
(13:09 +0200)
committer
Enno Boland (tox)
<tox@s01.de>
Thu, 6 May 2010 11:09:54 +0000
(13:09 +0200)
surf.c
patch
|
blob
|
history
diff --git
a/surf.c
b/surf.c
index
cac31d6
..
6e3db36
100644
(file)
--- 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;
}
}