diff options
author | Marco Peereboom <marco@conformal.com> | 2011-02-02 02:14:29 +0000 |
---|---|---|
committer | Marco Peereboom <marco@conformal.com> | 2011-02-02 02:14:29 +0000 |
commit | b84172310ac5cda1a53a200f759f0266d83268d7 (patch) | |
tree | 8ab60f9a40077cb2adae7b9deb34bb2fd8df7b2d | |
parent | 627dadcdab0865226e121deb4d2c95b4147db92e (diff) | |
download | xombrero-b84172310ac5cda1a53a200f759f0266d83268d7.tar.gz |
fix stevan's broken space bar
-rw-r--r-- | xxxterm.c | 4 |
1 files 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 }, |