test prevented to update encoding

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45683 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Roman Rolinsky
2007-04-26 20:32:14 +00:00
parent a0477b5a2b
commit 2755491049

View File

@@ -779,8 +779,7 @@ class XML_Tree(wx.TreeCtrl):
#oldItem = evt.GetOldItem()
status = ''
oldItem = self.selection
# use GetItemParent as a way to determine if the itemId is still valid
if oldItem and self.GetItemParent(oldItem):
if oldItem:
xxx = self.GetPyData(oldItem)
# If some data was modified, apply changes
if g.panel.IsModified():