From b84172310ac5cda1a53a200f759f0266d83268d7 Mon Sep 17 00:00:00 2001 From: Marco Peereboom Date: Wed, 2 Feb 2011 02:14:29 +0000 Subject: [PATCH] fix stevan's broken space bar --- xxxterm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xxxterm.c b/xxxterm.c index e226d2a..28fb4d6 100644 --- a/xxxterm.c +++ b/xxxterm.c @@ -579,8 +579,8 @@ struct settings { { "enable_scripts", XT_S_INT, 0, &enable_scripts, NULL, NULL }, { "enable_socket", XT_S_INT, XT_SF_RESTART,&enable_socket, NULL, NULL }, { "fancy_bar", XT_S_INT, XT_SF_RESTART,&fancy_bar, NULL, NULL }, - { "home", XT_S_STR, 0, NULL, &home, NULL }, - { "http_proxy", XT_S_STR, 0, NULL, &http_proxy, NULL }, + { "home", XT_S_STR, 0, NULL, &home, NULL }, + { "http_proxy", XT_S_STR, 0, NULL, &http_proxy, NULL }, { "icon_size", XT_S_INT, 0, &icon_size, NULL, NULL }, { "read_only_cookies", XT_S_INT, 0, &read_only_cookies, NULL, NULL }, { "refresh_interval", XT_S_INT, 0, &refresh_interval, NULL, NULL }, -- 2.11.4.GIT