[Pykafe-commits] SF.net SVN: pykafe: [91] trunk/pykafe/client/clientmain.py
Status: Pre-Alpha
Brought to you by:
jnmbk
From: <jn...@us...> - 2007-06-03 20:20:12
|
Revision: 91 http://pykafe.svn.sourceforge.net/pykafe/?rev=91&view=rev Author: jnmbk Date: 2007-06-03 13:20:15 -0700 (Sun, 03 Jun 2007) Log Message: ----------- we know what the problem is, but don't know why :P Modified Paths: -------------- trunk/pykafe/client/clientmain.py Modified: trunk/pykafe/client/clientmain.py =================================================================== --- trunk/pykafe/client/clientmain.py 2007-06-03 19:52:34 UTC (rev 90) +++ trunk/pykafe/client/clientmain.py 2007-06-03 20:20:15 UTC (rev 91) @@ -80,7 +80,7 @@ tcpSocket.waitForReadyRead() text = base64.decodestring(tcpSocket.readAll()) text1, text2 = text.rsplit('|', 1) - #there's a big problem here, somehow time returns "1" and money returns "" + #there's a big problem here, somehow time returns the first letter of time and money returns "" #TODO: fix it self.emit(QtCore.SIGNAL("changeTimeLabel"), text1) self.emit(QtCore.SIGNAL("changeMoneyLabel"), text2) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |