tquoting fix reported by Evan Gates. - surf - customized build of surf, the suckless webkit browser
 (HTM) git clone git://src.adamsgaard.dk/surf
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit c30a95c635bbd6a737096067e000993582ff75cf
 (DIR) parent ae42cfde8f162a0104425eae0cda61294bfb9303
 (HTM) Author: Enno Boland (tox) <tox@s01.de>
       Date:   Wed, 28 Oct 2009 22:22:20 +0100
       
       quoting fix reported by Evan Gates.
       Diffstat:
         M config.def.h                        |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/config.def.h b/config.def.h
       t@@ -9,7 +9,7 @@ static char *dldir          = ".surf/dl";
        static time_t sessiontime   = 3600;
        
        #define SETPROP(p)       { .v = (char *[]){ "/bin/sh", "-c", \
       -        "xprop -id $1 -f $0 8s -set $0 `echo -n | dmenu || exit 0`", \
       +        "xprop -id $1 -f $0 8s -set $0 \"`echo -n | dmenu || exit 0`\"", \
                p, winid, NULL } }
        #define MODKEY GDK_CONTROL_MASK
        static Key keys[] = {