Not to destroy our properties box when it is closed.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@677 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2002-03-18 00:30:24 +00:00
parent 277015e2ee
commit 0af3fcf8dd
+4 -1
View File
@@ -1,5 +1,5 @@
#
# $Id: properties.py,v 1.1 2002/03/17 09:03:06 mdb Exp $
# $Id: properties.py,v 1.2 2002/03/18 00:30:24 mdb Exp $
#
# lookuplet - a utility for quickly looking up information
# Copyright (C) 2001-2002 Michael Bayne
@@ -62,6 +62,9 @@ class Properties:
self.deleteButton = xmlui.get_widget("delete");
self.bindList = xmlui.get_widget("bindings");
# make our props panel not destroy itself on close
self.propsPanel.close_hides(gtk.TRUE);
# wire up our handlers
nameFuncMap = {};
for key in dir(self.__class__):