Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaul Gutierrez Segales <rgs@collabora.co.uk>2011-10-30 23:52:08 (GMT)
committer Raul Gutierrez Segales <rgs@collabora.co.uk>2011-10-30 23:52:08 (GMT)
commitd6d0d3bb18cff8c1c7f964f6f5ba77e49e57a1ab (patch)
treee73739eca71b74181fc6dc8b124e694ae575dfe2
parent40a80e7832abb64a4f09384b40a4d9fbce28fca6 (diff)
Commented out (very) offending piece of code
Without this, the ported version of Abacus works nicely for me.
-rw-r--r--src/sugar3/graphics/palettewindow.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sugar3/graphics/palettewindow.py b/src/sugar3/graphics/palettewindow.py
index 6feb8c7..fa612b4 100644
--- a/src/sugar3/graphics/palettewindow.py
+++ b/src/sugar3/graphics/palettewindow.py
@@ -404,9 +404,12 @@ class PaletteWindow(GObject.GObject):
else:
self._popdown_anim.stop()
# XXX: Please, someone remove or explain this :-)
+ # I am commenting this out cause its broken for me - rgs
+ """
if self._widget is not None:
self._widget.size_request()
self._widget.popdown()
+ """
def on_invoker_enter(self):
self._popdown_anim.stop()