1
0

rm version_getter

This commit is contained in:
ThomasV
2015-10-17 12:10:28 +02:00
parent 6aefaf7b3e
commit da79f02fc3
2 changed files with 0 additions and 128 deletions

View File

@@ -1811,9 +1811,6 @@ class ElectrumWindow(QMainWindow, PrintError):
self.balance_label = QLabel("")
sb.addWidget(self.balance_label)
from version_getter import UpdateLabel
self.updatelabel = UpdateLabel(self.config, sb)
self.account_selector = QComboBox()
self.account_selector.setSizeAdjustPolicy(QComboBox.AdjustToContents)
self.connect(self.account_selector,SIGNAL("activated(QString)"),self.change_account)