[Commits] (vajda) - fixed bug 1927,
one item was not dirtied during detach
commits at osafoundation.org
commits at osafoundation.org
Wed Sep 15 12:33:17 PDT 2004
Commit by: vajda
Modified files:
chandler/repository/item/ItemRef.py 1.93 1.94
Log message:
- fixed bug 1927, one item was not dirtied during detach
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/chandler/repository/item/ItemRef.py.diff?r1=text&tr1=1.93&r2=text&tr2=1.94
Index: chandler/repository/item/ItemRef.py
diff -u chandler/repository/item/ItemRef.py:1.93 chandler/repository/item/ItemRef.py:1.94
--- chandler/repository/item/ItemRef.py:1.93 Tue Sep 14 20:39:54 2004
+++ chandler/repository/item/ItemRef.py Wed Sep 15 12:33:15 2004
@@ -1,6 +1,6 @@
-__revision__ = "$Revision: 1.93 $"
-__date__ = "$Date: 2004/09/15 03:39:54 $"
+__revision__ = "$Revision: 1.94 $"
+__date__ = "$Date: 2004/09/15 19:33:15 $"
__copyright__ = "Copyright (c) 2002 Open Source Applications Foundation"
__license__ = "http://osafoundation.org/Chandler_0.1_license_terms.htm"
@@ -107,6 +107,7 @@
if isinstance(old, RefDict):
old._removeRef(item._uuid)
+ old._item.setDirty(item.VDIRTY, otherName)
else:
other._removeRef(otherName)
other.setDirty(item.VDIRTY, otherName)
More information about the Commits
mailing list