summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorEnno Boland (tox) <tox@s01.de>2009-10-27 08:11:44 +0100
committerEnno Boland (tox) <tox@s01.de>2009-10-27 08:11:44 +0100
commita9d733bd9f8d4534ad06ff6467431803df8c7efd (patch)
treecd0c5e7031f66fb59bde8e1db7ca85d11f969931 /config.def.h
parent1d019cf8af6ffa2cd0f6d0bd9b6344e4924bb510 (diff)
downloadsurf-a9d733bd9f8d4534ad06ff6467431803df8c7efd.tar.gz
surf-a9d733bd9f8d4534ad06ff6467431803df8c7efd.tar.bz2
surf-a9d733bd9f8d4534ad06ff6467431803df8c7efd.zip
fixing downloads based on Evan Gates' patch.
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index e61cf6a..42aad51 100644
--- a/config.def.h
+++ b/config.def.h
@@ -42,4 +42,5 @@ static Item items[] = {
{ "Stop", stop, { 0 } },
{ "Paste URI", clipboard, { .b = TRUE } },
{ "Copy URI", clipboard, { .b = FALSE } },
+ { "Download", download, { 0 } },
};