Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cardtable.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cardtable.py b/cardtable.py
index 58b62e2..141cb18 100644
--- a/cardtable.py
+++ b/cardtable.py
@@ -82,7 +82,7 @@ class CardTable(Gtk.EventBox):
if self._workspace_size:
return
- _logger.debug('Use %s allocation' % str(self.allocation))
+ _logger.debug('Use %s allocation' % str(allocation))
self.set_size_request(size, size)
self._workspace_size = size