# HG changeset patch # User Pascal Bellard # Date 1288973208 -3600 # Node ID b8347b934dc456698dfe5df6c0ed9cd42951f04c # Parent 492ac55668ff61fa61e52c8eb5efb82855de0a1f tazlitobox: remove loram http diff -r 492ac55668ff -r b8347b934dc4 tazlitobox --- a/tazlitobox Wed Oct 20 20:51:57 2010 +0000 +++ b/tazlitobox Fri Nov 05 17:06:48 2010 +0100 @@ -113,9 +113,8 @@ loram_action() { - case "$LORAM_RAM$LORAM_CDROM$LORAM_HTTP" in - falsetruefalse) type=cdrom ;; - falsefalsetrue) type=http ;; + case "$LORAM_RAM$LORAM_CDROM" in + falsetrue) type=cdrom ;; *) type=ram ;; esac xterm -geometry 80x16 \ @@ -532,10 +531,6 @@ LORAM_CDROM - - - LORAM_HTTP -