Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/cardtable.py
diff options
context:
space:
mode:
authorMuriel de Souza Godoi <msgodoi@msgodoi-laptop.(none)>2007-09-01 18:48:48 (GMT)
committer Muriel de Souza Godoi <msgodoi@msgodoi-laptop.(none)>2007-09-01 18:48:48 (GMT)
commit87fcc1d2ee4273d4af14e97dd7f545ff22fc37d6 (patch)
treeecc432a7271a517fbb818e5adff3cc3ffb2781dd /cardtable.py
parent4fad2d62fde5a92bcfd8928d2f331b1c194105b6 (diff)
Fix for internacionalization #3068, letters games merged and card some otmization in card code
Diffstat (limited to 'cardtable.py')
-rwxr-xr-xcardtable.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cardtable.py b/cardtable.py
index e61b6f0..70f70b1 100755
--- a/cardtable.py
+++ b/cardtable.py
@@ -117,6 +117,7 @@ class CardTable(gtk.EventBox):
self.table.remove(card)
del card
self.load_game(None, data, grid)
+ gc.collect()
def get_card_size(self, size_table):
x = (780 - (11*size_table))/size_table