URI: 
       trestore the description field - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit b46d5805bf9f31e1edaab37d565f06a2f6d75374
   DIR parent b116a43c31272b85c2d809dce31c01d3aa4fdde6
  HTML Author: ThomasV <thomasv@gitorious>
       Date:   Wed, 27 Feb 2013 22:24:49 +0100
       
       restore the description field
       
       Diffstat:
         M lib/gui_qt.py                       |       1 -
       
       1 file changed, 0 insertions(+), 1 deletion(-)
       ---
   DIR diff --git a/lib/gui_qt.py b/lib/gui_qt.py
       t@@ -791,7 +791,6 @@ class ElectrumWindow(QMainWindow):
                grid.addWidget(QLabel(_('Description')), 2, 0)
                grid.addWidget(self.message_e, 2, 1, 1, 3)
                grid.addWidget(HelpButton(_('Description of the transaction (not mandatory).') + '\n\n' + _('The description is not sent to the recipient of the funds. It is stored in your wallet file, and displayed in the \'History\' tab.')), 2, 4)
       -        self.message_e.setEnabled(False)
        
                self.amount_e = QLineEdit()
                grid.addWidget(QLabel(_('Amount')), 3, 0)