Removed 'quit' command to exit from uzbl
authoruranther <jwheaton@purdue.edu>
Tue, 14 Jul 2009 20:48:29 +0000 (16:48 -0400)
committeruranther <jwheaton@purdue.edu>
Tue, 14 Jul 2009 20:48:29 +0000 (16:48 -0400)
uzbl.c

diff --git a/uzbl.c b/uzbl.c
index 77a403c..8879a1f 100644 (file)
--- 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}                 },