Subversion Repositories pyscrabble

Compare Revisions

Ignore whitespace Rev 45 → Rev 44

/trunk/debian/changelog
1,15 → 1,3
pyscrabble (1.6.2-8) unstable; urgency=low
 
* typeerrors.patch: Fix two cases of attempting to pass floats to
functions expecting ints:
- In the motion-notify-event callback of the chatboxes, which should
change the cursor into a hand when over a URL (LP: #923363).
- In the button-press-event callback of the buttons making up the
board, which should produce an arrow to allow tiles to be placed by
typing letters.
 
-- Magnus Holmgren <holmgren@debian.org> Sun, 29 Jan 2012 21:02:09 +0100
 
pyscrabble (1.6.2-7) unstable; urgency=low
 
* max-players.patch: Before denying a player from joining a game because
/trunk/debian/patches/typeerrors.patch
File deleted
/trunk/debian/patches/series
3,4 → 3,3
serverlist_timeout.patch
hosts.patch
max-players.patch
typeerrors.patch