gnome-games r8383 - trunk/glchess/src/lib
- From: rancell svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-games r8383 - trunk/glchess/src/lib
- Date: Sun, 28 Dec 2008 00:16:45 +0000 (UTC)
Author: rancell
Date: Sun Dec 28 00:16:44 2008
New Revision: 8383
URL: http://svn.gnome.org/viewvc/gnome-games?rev=8383&view=rev
Log:
Apply antialias setting on new game (Robert Ancell, Bug #565743)
Modified:
trunk/glchess/src/lib/main.py
Modified: trunk/glchess/src/lib/main.py
==============================================================================
--- trunk/glchess/src/lib/main.py (original)
+++ trunk/glchess/src/lib/main.py Sun Dec 28 00:16:44 2008
@@ -95,6 +95,7 @@
self.view.showMoveHints(config.get('show_move_hints') is True)
self.view.showBoardNumbering(config.get('show_numbering') is True)
+ self.view.showSmooth(config.get('show_3d_smooth') is True)
# Watch for piece moves with a player
self.__movePlayer = player.MovePlayer(self)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]