Introduction
Introduction Statistics Contact Development Disclaimer Help
tfixing compilerwarning in newer webkit versions - surf - customized build of s…
git clone git://src.adamsgaard.dk/surf
Log
Files
Refs
README
LICENSE
---
commit bef892f513db0e4c30ce16d7431f6773a44c1546
parent f9a411f22d413f01aecd553c3d5bc22a3e1e196e
Author: Enno Boland (tox) <[email protected]>
Date: Thu, 6 May 2010 13:09:54 +0200
fixing compilerwarning in newer webkit versions
Diffstat:
M surf.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/surf.c b/surf.c
t@@ -430,8 +430,7 @@ loadstatuschange(WebKitWebView *view, GParamSpec *pspec, C…
c->progress = 0;
update(c);
break;
- case WEBKIT_LOAD_PROVISIONAL:
- case WEBKIT_LOAD_FIRST_VISUALLY_NON_EMPTY_LAYOUT:
+ default:
break;
}
}
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.