URI: 
       tdo not display default label - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 7d79ecce73fd213f65ba0d61e7583a152ee87a4c
   DIR parent bc3ed470e157720eae910f58f4330d1c0692eb61
  HTML Author: ThomasV <thomasv@gitorious>
       Date:   Sat, 28 Mar 2015 19:11:49 +0100
       
       do not display default label
       
       Diffstat:
         M gui/qt/main_window.py               |       2 ++
       
       1 file changed, 2 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py
       t@@ -713,6 +713,8 @@ class ElectrumWindow(QMainWindow):
        
                    if tx_hash:
                        label, is_default_label = self.wallet.get_label(tx_hash)
       +                if is_default_label:
       +                    label = ''
                    else:
                        label = _('Pruned transaction outputs')
                        is_default_label = False