]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/wx/tools/XRCed/panel.py
0.1.8-2
[wxWidgets.git] / wxPython / wx / tools / XRCed / panel.py
index d231a933cc046ba659335a2a773e78cd6e830e6b..e238c9e3b7a21256446dad8594019af3d328490a 100644 (file)
@@ -218,7 +218,7 @@ class ParamPage(wx.Panel):
             xxx.params[param].remove()
             del xxx.params[param]
             w.SetValue('')
-            w.modified = False          # mark as not changed
+            w.SetModified(False)        # mark as not changed
             w.Enable(False)
         # Set modified flag (provokes undo storing is necessary)
         panel.SetModified(True)