From 253edfa45e0c5925c11cedad4177055bf24f3de4 Mon Sep 17 00:00:00 2001 From: Serge Noiraud Date: Mon, 31 Jan 2011 19:05:49 +0000 Subject: [PATCH] GeoView : restrict gtk to 2.12 : VBox and set_allocation svn: r16517 --- src/plugins/view/geoview.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/view/geoview.py b/src/plugins/view/geoview.py index 6161d9fc2..2fb1748d4 100644 --- a/src/plugins/view/geoview.py +++ b/src/plugins/view/geoview.py @@ -925,7 +925,7 @@ class GeoView(HtmlView): self.width = 10 if self.width < 10 else self.width self.box1_size.width = self.width self.box1_size.height = self.height - self.box1.set_allocation(self.box1_size) + #self.box1.set_allocation(self.box1_size) if self.javascript_ready: _LOG.debug("New size : width=%d and height=%d" % (self.width, self.height)