From 7ed2d31fa15bd8253e8139fa7e7a59f632d145d8 Mon Sep 17 00:00:00 2001 From: Simon Schampijer Date: Fri, 01 Feb 2013 16:49:20 +0000 Subject: self.allocation is not available anymore --- 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 -- cgit v0.9.1