From a9a237152d79931544e14df73acacdeec006cb01 Mon Sep 17 00:00:00 2001 From: uranther Date: Tue, 14 Jul 2009 16:48:29 -0400 Subject: [PATCH] Removed 'quit' command to exit from uzbl --- uzbl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/uzbl.c b/uzbl.c index 77a403c..8879a1f 100644 --- a/uzbl.c +++ b/uzbl.c @@ -751,7 +751,6 @@ struct {char *key; CommandInfo value;} cmdlist[] = { "sh", {spawn_sh, 0} }, { "sync_sh", {spawn_sh_sync, 0} }, // needed for cookie handler { "exit", {close_uzbl, 0} }, - { "quit", {close_uzbl, 0} }, { "search", {search_forward_text, TRUE} }, { "search_reverse", {search_reverse_text, TRUE} }, { "dehilight", {dehilight, 0} }, -- 1.7.9.5