[Commits] (vajda) fixed bug 1168

commits at osafoundation.org commits at osafoundation.org
Thu Jan 29 18:32:19 PST 2004


Commit by: vajda
Modified files:
osaf/chandler/Chandler/repository/item/ItemRef.py 1.56 1.57

Log message:
fixed bug 1168


ViewCVS links:
http://cvs.osafoundation.org/index.cgi/osaf/chandler/Chandler/repository/item/ItemRef.py.diff?r1=text&tr1=1.56&r2=text&tr2=1.57

Index: osaf/chandler/Chandler/repository/item/ItemRef.py
diff -u osaf/chandler/Chandler/repository/item/ItemRef.py:1.56 osaf/chandler/Chandler/repository/item/ItemRef.py:1.57
--- osaf/chandler/Chandler/repository/item/ItemRef.py:1.56	Mon Jan 12 19:20:07 2004
+++ osaf/chandler/Chandler/repository/item/ItemRef.py	Thu Jan 29 18:31:48 2004
@@ -1,6 +1,6 @@
 
-__revision__  = "$Revision: 1.56 $"
-__date__      = "$Date: 2004/01/13 03:20:07 $"
+__revision__  = "$Revision: 1.57 $"
+__date__      = "$Date: 2004/01/30 02:31:48 $"
 __copyright__ = "Copyright (c) 2002 Open Source Applications Foundation"
 __license__   = "http://osafoundation.org/Chandler_0.1_license_terms.htm"
 
@@ -87,7 +87,7 @@
         else:
             other._removeRef(otherName)
 
-        other.setDirty()
+        other.setDirty(attribute=otherName)
 
     def reattach(self, item, name, old, new, otherName):
 



More information about the Commits mailing list