Revision 1280475

Go back to digest for 19th February 2012

Bug Fixes in Games

Wolfgang Rohdewald committed changes in /trunk/KDE/kdegames/kajongg/src:

fix problems in the server/client communication

Client.answers was used to accumulate answers from client to server.
But if the server sent some new message, this was cleared before the
answer to previous message was sent. (popup messages).
Effect: Sometimes buttons for chow/pung did not appear when they should

a bit much to be backported to KDE 4.8

File Changes

Modified 5 files
  • /trunk/KDE/kdegames/kajongg/src
  •   /client.py
  •   /deferredutil.py
  •   /humanclient.py
  •   /message.py
  •   /server.py
5 files changed in total