URI: 
       ticons - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 7e452ccbe916f9a9fb8bc593484f6bd668dddf80
   DIR parent 85aca8f62d5c0fa810573b674d0f98a0f31103fc
  HTML Author: ThomasV <thomasv@gitorious>
       Date:   Sun, 12 Feb 2012 14:27:36 +0100
       
       icons
       
       Diffstat:
         M client/gui_qt.py                    |       4 ++--
         A client/icons/confirmed.png          |       0 
         R client/icons/gtk-execute.svg -> cl… |       0 
       
       3 files changed, 2 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/client/gui_qt.py b/client/gui_qt.py
       t@@ -88,11 +88,11 @@ class ElectrumWindow(QMainWindow):
                    if tx['height']:
                        conf = self.wallet.interface.blocks - tx['height'] + 1
                        time_str = datetime.datetime.fromtimestamp( tx['nTime']).isoformat(' ')[:-3]
       -                icon = QIcon("icons/gtk-apply.svg")
       +                icon = QIcon("icons/confirmed.png")
                    else:
                        conf = 0
                        time_str = 'pending'
       -                icon = QIcon("icons/gtk-execute")
       +                icon = QIcon("icons/unconfirmed.svg")
                    v = tx['value']
                    balance += v 
                    label = self.wallet.labels.get(tx_hash)
   DIR diff --git a/client/icons/confirmed.png b/client/icons/confirmed.png
       Binary files differ.
   DIR diff --git a/client/icons/gtk-execute.svg b/client/icons/unconfirmed.svg