summaryrefslogtreecommitdiff
path: root/surf.c
diff options
context:
space:
mode:
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 09cf840..eabaf17 100644
--- a/surf.c
+++ b/surf.c
@@ -584,7 +584,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;