URI: 
       tcolor the address column for consistency - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 7a50861bf7890b723e0343d2ce52662a299f333a
   DIR parent b0a1f489006a633175daf1b5e367f5308e836da7
  HTML Author: ThomasV <thomasv@gitorious>
       Date:   Sun, 10 Jun 2012 17:53:41 +0200
       
       color the address column for consistency
       
       Diffstat:
         M lib/gui_qt.py                       |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/lib/gui_qt.py b/lib/gui_qt.py
       t@@ -828,7 +828,7 @@ class ElectrumWindow(QMainWindow):
                    s, target = v
                    alias_targets.append(target)
                    item = QTreeWidgetItem( [ target, alias, '-'] )
       -            item.setBackgroundColor(1, QColor('lightgray'))
       +            item.setBackgroundColor(0, QColor('lightgray'))
                    l.addTopLevelItem(item)
                    
                for address in self.wallet.addressbook: