Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Schampijer <simon@laptop.org>2013-02-01 16:49:20 (GMT)
committer Simon Schampijer <simon@laptop.org>2013-02-01 16:49:20 (GMT)
commit7ed2d31fa15bd8253e8139fa7e7a59f632d145d8 (patch)
tree4adda58cff633f56a6292d155bdb636afdfc48e8
parentd23d46cac218d7495890904f84d4ef66de7bdb49 (diff)
self.allocation is not available anymoregtk3
-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