commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue-designer/src/base/tools SchemaNavigator.py


From: Jason Cater
Subject: gnue-designer/src/base/tools SchemaNavigator.py
Date: Tue, 15 Jul 2003 18:30:01 -0400

CVSROOT:        /cvsroot/gnue
Module name:    gnue-designer
Branch:         
Changes by:     Jason Cater <address@hidden>    03/07/15 18:30:01

Modified files:
        src/base/tools : SchemaNavigator.py 

Log message:
        trying to fix wx+Win32 issue

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-designer/src/base/tools/SchemaNavigator.py.diff?tr1=1.9&tr2=1.10&r1=text&r2=text

Patches:
Index: gnue-designer/src/base/tools/SchemaNavigator.py
diff -c gnue-designer/src/base/tools/SchemaNavigator.py:1.9 
gnue-designer/src/base/tools/SchemaNavigator.py:1.10
*** gnue-designer/src/base/tools/SchemaNavigator.py:1.9 Thu Jul 10 18:56:21 2003
--- gnue-designer/src/base/tools/SchemaNavigator.py     Tue Jul 15 18:30:01 2003
***************
*** 79,85 ****
      self.tree = tree = TreeCtrl(self, self)
      root = tree.AddRoot('Schema')
      tree.SetItemHasChildren(root, 1)
!     tree.SetPyData(root, self)
      for connection in self.connectionNames:
         ConnectionNode(self, tree, root, connection=connection)
      tree.Expand(root)
--- 79,85 ----
      self.tree = tree = TreeCtrl(self, self)
      root = tree.AddRoot('Schema')
      tree.SetItemHasChildren(root, 1)
! ##    tree.SetPyData(root, self)
      for connection in self.connectionNames:
         ConnectionNode(self, tree, root, connection=connection)
      tree.Expand(root)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]