svn: r6688
This commit is contained in:
Alex Roitman 2006-05-17 05:44:23 +00:00
parent a90a6fb15f
commit 63ed6b559a
4 changed files with 4 additions and 5 deletions

View File

@ -67,7 +67,6 @@ class BaseSelector(ManagedWindow.ManagedWindow):
self.model = self.get_model_class()(self.db)
self.selection = self.tree.get_selection()
# self.redraw()
self.tree.set_model(self.model)
self.add_columns(self.tree)
self.show()

View File

@ -18,11 +18,11 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id$
# $Id: _SelectEvent.py 6687 2006-05-17 04:43:53Z rshura $
__author__ = "Donald N. Allingham"
__revision__ = "$Revision$"
__revision__ = "$Revision: 6687 $"
#-------------------------------------------------------------------------

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id$
# $Id: _SelectObject.py 6687 2006-05-17 04:43:53Z rshura $
#
# Written by Alex Roitman,

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# $Id$
# $Id: _SelectPerson.py 6683 2006-05-17 00:48:46Z rshura $
#-------------------------------------------------------------------------
#