Fixed issue 19 by jimboman77: https://github.com/spesmilo/electrum/issues/19
authorAmir Taaki <genjix@riseup.net>
Wed, 29 Aug 2012 20:43:34 +0000 (21:43 +0100)
committerAmir Taaki <genjix@riseup.net>
Wed, 29 Aug 2012 20:43:34 +0000 (21:43 +0100)
commit9c122c23eaaba712016a7d233ee0cdb35bb6f689
tree97ad622d3cd62ba395cccda9c851f10fde129d45
parentca4473c6201390a99a72d473c8f368b2b507d501
Fixed issue 19 by jimboman77: https://github.com/spesmilo/electrum/issues/19

"Right now the only check thats being done is making sure that the length isn't 0, ie something is being entered before the send button becomes clickable."

Also check that entered amount is <= btc_balance before enabling send button.
lib/gui_lite.py