fixing downloads based on Evan Gates' patch.

This commit is contained in:
Enno Boland (tox)
2009-10-27 08:11:44 +01:00
parent 1d019cf8af
commit a9d733bd9f
2 changed files with 37 additions and 10 deletions
+1
View File
@@ -42,4 +42,5 @@ static Item items[] = {
{ "Stop", stop, { 0 } },
{ "Paste URI", clipboard, { .b = TRUE } },
{ "Copy URI", clipboard, { .b = FALSE } },
{ "Download", download, { 0 } },
};