URI: 
       tTX_ICONS list between kivy and qt needs to be kept in sync - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 5522e9ea9f1e1060fcfec03fbdbc3d651a36c8f6
   DIR parent 48e8bbff69f35d970cfaaade8a20fb0899fb91e4
  HTML Author: SomberNight <somber.night@protonmail.com>
       Date:   Wed, 31 Jan 2018 17:03:46 +0100
       
       TX_ICONS list between kivy and qt needs to be kept in sync
       
       Diffstat:
         M gui/kivy/uix/screens.py             |       2 ++
         M gui/qt/history_list.py              |       1 +
       
       2 files changed, 3 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/gui/kivy/uix/screens.py b/gui/kivy/uix/screens.py
       t@@ -87,12 +87,14 @@ class CScreen(Factory.Screen):
                self.add_widget(self.context_menu)
        
        
       +# note: this list needs to be kept in sync with another in qt
        TX_ICONS = [
            "close",
            "close",
            "close",
            "unconfirmed",
            "close",
       +    "close",
            "clock1",
            "clock2",
            "clock3",
   DIR diff --git a/gui/qt/history_list.py b/gui/qt/history_list.py
       t@@ -32,6 +32,7 @@ from electrum.util import block_explorer_URL
        from electrum.util import timestamp_to_datetime, profiler
        
        
       +# note: this list needs to be kept in sync with another in kivy
        TX_ICONS = [
            "warning.png",
            "warning.png",