hide meaning, in order to replace misplaced interpretations with a sentiment of helpl...
authorthomasv <thomasv@gitorious>
Thu, 3 Jan 2013 14:00:04 +0000 (15:00 +0100)
committerthomasv <thomasv@gitorious>
Thu, 3 Jan 2013 14:00:04 +0000 (15:00 +0100)
lib/gui_qt.py

index c2c6baf..d4fa4d1 100644 (file)
@@ -1742,7 +1742,7 @@ class ElectrumWindow(QMainWindow):
         servers_list_widget.setMaximumHeight(150)
         servers_list_widget.setColumnWidth(0, 240)
         for _host in servers_list.keys():
-            _type = 'pruning' if servers_list[_host].get('pruning') else 'full'
+            _type = 'P' if servers_list[_host].get('pruning') else 'F'
             servers_list_widget.addTopLevelItem(QTreeWidgetItem( [ _host, _type ] ))
 
         def change_server(host, protocol=None):