fix syntax error and indentation

This commit is contained in:
thomasv 2013-01-30 20:27:28 +01:00
parent e1504ba80b
commit 789223c871
1 changed files with 2 additions and 3 deletions

View File

@ -1260,7 +1260,6 @@ class ElectrumWindow(QMainWindow):
update_notification = UpdateLabel(self.config)
if(update_notification.new_version):
sb.addPermanentWidget(update_notification)
else:
if (int(qtVersion[0]) >= 4 and int(qtVersion[2]) >= 7):
sb.addPermanentWidget( StatusBarButton( QIcon(":icons/switchgui.png"), _("Switch to Lite Mode"), self.go_lite ) )