[gnome-games/gnome-2-32] chess: Fix exception starting in 3D mode (Bug #629125)
- From: Robert Ancell <rancell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-games/gnome-2-32] chess: Fix exception starting in 3D mode (Bug #629125)
- Date: Fri, 8 Apr 2011 05:37:35 +0000 (UTC)
commit 6e2d87e53fe5b51f7d95ffee2b6c357865e0ef47
Author: Robert Ancell <robert ancell canonical com>
Date: Fri Apr 8 15:37:28 2011 +1000
chess: Fix exception starting in 3D mode (Bug #629125)
glchess/src/lib/scene/__init__.py | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/glchess/src/lib/scene/__init__.py b/glchess/src/lib/scene/__init__.py
index e6c9223..09937ca 100644
--- a/glchess/src/lib/scene/__init__.py
+++ b/glchess/src/lib/scene/__init__.py
@@ -147,3 +147,6 @@ class Scene:
Return the co-ordinate in LAN format (string) or None if no square at this point.
"""
return None
+
+ def setPiecesStyle(self, piecesStyle):
+ pass
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]