URI: 
       tfollow-up 0f16bcdc1ff5cda748f3079d7efd983b426277fb - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 172efb3611e1a493c324d9e78ae9e461852e32bd
   DIR parent 89b43ee0cb7592a381e3c83a585b761accc59c08
  HTML Author: SomberNight <somber.night@protonmail.com>
       Date:   Wed, 14 Feb 2018 17:48:51 +0100
       
       follow-up 0f16bcdc1ff5cda748f3079d7efd983b426277fb
       
       Diffstat:
         M gui/qt/history_list.py              |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/gui/qt/history_list.py b/gui/qt/history_list.py
       t@@ -119,7 +119,7 @@ class HistoryList(MyTreeWidget, AcceptFileDragDrop):
                    if value and value < 0:
                        item.setForeground(3, QBrush(QColor("#BC1E1E")))
                        item.setForeground(4, QBrush(QColor("#BC1E1E")))
       -            if not fiat_default:
       +            if fiat_value and not fiat_default:
                        item.setForeground(6, QBrush(QColor("#1E1EFF")))
                    if tx_hash:
                        item.setData(0, Qt.UserRole, tx_hash)