From 0271519aaa88fc97ae55214ea7e003a5a0e256c2 Mon Sep 17 00:00:00 2001 From: erick Date: Wed, 02 Dec 2009 14:10:28 +0000 Subject: Added FrameOverlayer with support for installing and uninstalling actions --- (limited to 'addons/bubblemessagewimg.py') diff --git a/addons/bubblemessagewimg.py b/addons/bubblemessagewimg.py index 9c3dfc1..1d5d5d3 100644 --- a/addons/bubblemessagewimg.py +++ b/addons/bubblemessagewimg.py @@ -79,6 +79,7 @@ class BubbleMessageWImg(Action): Destroy the dialog """ if self._bubble: + self.overlay.remove(self._bubble) self._bubble.destroy() self._bubble = None -- cgit v0.9.1