Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/face.py
diff options
context:
space:
mode:
Diffstat (limited to 'face.py')
-rw-r--r--face.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/face.py b/face.py
index c4e4fb1..fd3effb 100644
--- a/face.py
+++ b/face.py
@@ -36,6 +36,10 @@ class Face(gtk.EventBox):
self.set_app_paintable(True)
self.connect('expose-event', self._expose_cb)
+ self.connect('unrealize', self._unrealize_cb)
+
+ def _unrealize_cb(self, widget):
+ self.face.shut_up()
def _expose_cb(self, widget, event):
card = self.parent.parent