From 7eab308715ea1130166915574e3b691e08eb4482 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Sat, 17 Dec 2005 16:00:50 +0000 Subject: GUI: child windows will no long be removed on parent destroy. listbox/window now destroy their private parents. python does no longer use thisown = 0. --- lib/python/Components/GUISkin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/python') diff --git a/lib/python/Components/GUISkin.py b/lib/python/Components/GUISkin.py index c953aaec..cf8e1894 100644 --- a/lib/python/Components/GUISkin.py +++ b/lib/python/Components/GUISkin.py @@ -16,7 +16,7 @@ class GUISkin: for w in self.additionalWidgets: w.instance = w.widget(parent) - w.instance.thisown = 0 + # w.instance.thisown = 0 applyAllAttributes(w.instance, desktop, w.skinAttributes) for f in self.onLayoutFinish: -- cgit v1.2.3