summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/gtk/scrollable.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/gtk/scrollable.py b/examples/gtk/scrollable.py
index 6df15e55..18f7a3db 100644
--- a/examples/gtk/scrollable.py
+++ b/examples/gtk/scrollable.py
@@ -125,6 +125,7 @@ class Layout(gtk.Container):
def do_unrealize(self):
self._bin_window.set_user_data(None)
+ self._bin_window.destroy()
self._bin_window = None
gtk.Container.do_unrealize(self)