about summary refs log tree commit diff
path: root/surf.c
diff options
context:
space:
mode:
authorEnno Boland (tox) <tox@s01.de>2010-05-11 14:57:44 +0200
committerEnno Boland (tox) <tox@s01.de>2010-05-11 14:57:44 +0200
commit91d04b15f0bb16d5b31ad92ea1e6a0066e589956 (patch)
treeaf35de36208bfe55eb09636544a633fdd4261564 /surf.c
parentfix download/history bug (diff)
parentFix NOBACKGROUND meaning (diff)
downloadsurf-91d04b15f0bb16d5b31ad92ea1e6a0066e589956.tar.gz
surf-91d04b15f0bb16d5b31ad92ea1e6a0066e589956.tar.bz2
surf-91d04b15f0bb16d5b31ad92ea1e6a0066e589956.zip
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;