1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

Fix display of led after download abort.

This commit is contained in:
Laurent MONIN 2007-11-07 12:06:00 +01:00
parent d14f79eb2c
commit 7a74edab5a

View File

@ -290,6 +290,8 @@ update_download_led(struct session *ses)
}
set_led_value(status->download_led, led);
} else {
unset_led_value(status->download_led);
}
}