Commit 75c0f94c authored by Jim Fulton's avatar Jim Fulton

Added title to list of state to change.

parent c3cb0db6
"""Document object"""
__version__='$Revision: 1.57 $'[11:-2]
__version__='$Revision: 1.58 $'[11:-2]
from Globals import HTML, HTMLFile, MessageDialog
from string import join,split,strip,rfind,atoi,lower
......@@ -53,7 +53,7 @@ class Document(cDocumentTemplate.cDocument, HTML, Explicit,
)
_state_name={'raw':1, 'globals':1, '__name__':1, '_vars':1,
'_proxy_roles':1}.has_key
'_proxy_roles':1, 'title':1}.has_key
def __getstate__(self):
r={}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment