Parent Directory
|
Revision Log
|
Patch
revision 6 by bh, Tue Aug 28 15:41:52 2001 UTC | revision 27 by bh, Thu Sep 6 13:27:52 2001 UTC | |
---|---|---|
# | Line 85 class Session(TitledObject, Modifiable): | Line 85 class Session(TitledObject, Modifiable): |
85 | ||
86 | def UnsetModified(self): | def UnsetModified(self): |
87 | """Unset the modified flag of the session and the maps""" | """Unset the modified flag of the session and the maps""" |
print "Session.UnsetModified: entry", self.modified | ||
88 | Modifiable.UnsetModified(self) | Modifiable.UnsetModified(self) |
89 | for map in self.maps: | for map in self.maps: |
90 | map.UnsetModified() | map.UnsetModified() |
print "Session.UnsetModified: exit", self.modified | ||
91 | ||
92 | ||
93 |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |