Introduction
Introduction Statistics Contact Development Disclaimer Help
tFix extra newline, and add -g where other switches are forwarded. - surf - cus…
git clone git://src.adamsgaard.dk/surf
Log
Files
Refs
README
LICENSE
---
commit 24ec46fc241b655bf91a4529fa164ae9703d4eb6
parent a5b85836ac04a82f965a9d7fb2a011d614166610
Author: Ben Woolley <[email protected]>
Date: Wed, 7 Jan 2015 15:41:07 -0800
Fix extra newline, and add -g where other switches are forwarded.
Signed-off-by: Christoph Lohmann <[email protected]>
Diffstat:
M surf.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/surf.c b/surf.c
t@@ -957,9 +957,11 @@ newwindow(Client *c, const Arg *arg, gboolean noembed) {
cmd[i++] = "-b";
if(embed && !noembed) {
cmd[i++] = "-e";
- snprintf(tmp, LENGTH(tmp), "%u\n", (int)embed);
+ snprintf(tmp, LENGTH(tmp), "%u", (int)embed);
cmd[i++] = tmp;
}
+ if(!allowgeolocation)
+ cmd[i++] = "-g";
if(!loadimages)
cmd[i++] = "-i";
if(kioskmode)
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.