minor fix for lite gui
authorthomasv <thomasv@gitorious>
Wed, 11 Sep 2013 13:25:05 +0000 (15:25 +0200)
committerthomasv <thomasv@gitorious>
Wed, 11 Sep 2013 13:25:05 +0000 (15:25 +0200)
gui/gui_classic/__init__.py

index 471827e..a7890d6 100644 (file)
@@ -152,7 +152,8 @@ class ElectrumGui:
                 self.minimize()
         else:
             w.show()
-            self.mini.hide()
+            if self.mini:
+                self.mini.hide()
 
         self.app.exec_()