[pychess] push by gbtami - Fixed not showing progressbar messages on fics login on 2015-01-03 13:14 GMT

1 view
Skip to first unread message

pyc...@googlecode.com

unread,
Jan 3, 2015, 8:15:01 AM1/3/15
to pychess...@googlegroups.com
Revision: 7121f351c06e
Branch: default
Author: gbtami
Date: Sat Jan 3 13:13:33 2015 UTC
Log: Fixed not showing progressbar messages on fics login
https://code.google.com/p/pychess/source/detail?r=7121f351c06e

Modified:
/lib/pychess/ic/ICLogon.py

=======================================
--- /lib/pychess/ic/ICLogon.py Wed Dec 31 09:35:55 2014 UTC
+++ /lib/pychess/ic/ICLogon.py Sat Jan 3 13:13:33 2015 UTC
@@ -56,6 +56,8 @@
self.widgets["stopButton"].connect("clicked", self.onCancel, False)
self.widgets["createNewButton"].connect("clicked",
self.onCreateNew)
self.widgets["connectButton"].connect("clicked",
self.onConnectClicked)
+
+ self.widgets["progressbar"].set_show_text(True)

def _disconnect (self):
for obj in self.cids:
Reply all
Reply to author
Forward
0 new messages