pinosaur
/
surf.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1c5e59
)
Some cleanup in style.
author
Christoph Lohmann
<20h@r-36.net>
Tue, 3 Feb 2015 16:17:04 +0000
(17:17 +0100)
committer
Christoph Lohmann
<20h@r-36.net>
Tue, 3 Feb 2015 16:17:04 +0000
(17:17 +0100)
surf.c
patch
|
blob
|
history
diff --git
a/surf.c
b/surf.c
index
48f6b39
..
36f243e
100644
(file)
--- a/
surf.c
+++ b/
surf.c
@@
-292,7
+292,7
@@
buttonrelease(WebKitWebView *web, GdkEventButton *e, GList *gl) {
static void
cleanup(void) {
- if
(diskcache) {
+ if(diskcache) {
soup_cache_flush(diskcache);
soup_cache_dump(diskcache);
}
@@
-715,7
+715,7
@@
loadstatuschange(WebKitWebView *view, GParamSpec *pspec, Client *c) {
case WEBKIT_LOAD_FINISHED:
c->progress = 100;
updatetitle(c);
- if
(diskcache) {
+ if(diskcache) {
soup_cache_flush(diskcache);
soup_cache_dump(diskcache);
}