summaryrefslogtreecommitdiffstats
path: root/surf.c
diff options
context:
space:
mode:
authorGravatar Enno Boland (tox) 2010-05-11 14:57:44 +0200
committerGravatar Enno Boland (tox) 2010-05-11 14:57:44 +0200
commit91d04b15f0bb16d5b31ad92ea1e6a0066e589956 (patch)
treeaf35de36208bfe55eb09636544a633fdd4261564 /surf.c
parentfix download/history bug (diff)
parentFix NOBACKGROUND meaning (diff)
merge
Diffstat (limited to 'surf.c')
-rw-r--r--surf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/surf.c b/surf.c
index 2247551..c46e559 100644
--- a/surf.c
+++ b/surf.c
@@ -579,7 +579,7 @@ newclient(void) {
g_free(uri);
setatom(c, findprop, "");
setatom(c, uriprop, "");
- if(!NOBACKGROUND)
+ if(NOBACKGROUND)
webkit_web_view_set_transparent(c->view, TRUE);
c->download = NULL;