From a9d733bd9f8d4534ad06ff6467431803df8c7efd Mon Sep 17 00:00:00 2001 From: "Enno Boland (tox)" Date: Tue, 27 Oct 2009 08:11:44 +0100 Subject: fixing downloads based on Evan Gates' patch. --- config.def.h | 1 + 1 file changed, 1 insertion(+) (limited to 'config.def.h') 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 } }, }; -- cgit v1.2.3