icon cannot be None
authorecdsa <ecdsa@github>
Sat, 27 Apr 2013 15:55:44 +0000 (17:55 +0200)
committerecdsa <ecdsa@github>
Sat, 27 Apr 2013 15:55:44 +0000 (17:55 +0200)
gui/gui_classic.py

index 3acd35f..10a5770 100644 (file)
@@ -614,7 +614,7 @@ class ElectrumWindow(QMainWindow):
 
             if conf == -1:
                 time_str = 'unverified'
-                icon = None
+                icon = QIcon(":icons/unconfirmed.png")
             elif conf == 0:
                 time_str = 'pending'
                 icon = QIcon(":icons/unconfirmed.png")