Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/buddiespanel.py
diff options
context:
space:
mode:
authorGerard J. Cerchio <gjpc@circlesoft.com>2007-12-11 17:47:04 (GMT)
committer Gerard J. Cerchio <gjpc@circlesoft.com>2007-12-11 17:47:04 (GMT)
commit957ac9839e687edddac661e795a64d0b327e4231 (patch)
tree6d386906010ed191f0083c2d60b043e73f87c994 /buddiespanel.py
parentbf4e60c2321223f69c5379cca4cbc6550fe839a4 (diff)
The activity now works as a physical board would.
Two players may play locally or through the network right click remvoves stones, initiator is always white
Diffstat (limited to 'buddiespanel.py')
-rwxr-xr-xbuddiespanel.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/buddiespanel.py b/buddiespanel.py
index 5787f5c..4067b8c 100755
--- a/buddiespanel.py
+++ b/buddiespanel.py
@@ -79,11 +79,11 @@ class BuddiesPanel(hippo.CanvasBox):
vbox = self._create_buddy_vbox(buddy)
hbox.append(vbox)
- count_font = style.FONT_BOLD.get_pango_desc()
- count_font.set_size(30000)
- count = hippo.CanvasText(text="0", color=style.COLOR_WHITE.get_int(),
- font_desc=count_font)
- hbox.append(count)
+# count_font = style.FONT_BOLD.get_pango_desc()
+# count_font.set_size(30000)
+# count = hippo.CanvasText(text="0", color=style.COLOR_WHITE.get_int(),
+# font_desc=count_font)
+# hbox.append(count)
self.players_box.append(hbox)