[Commits] (jed) Fixed dragging into collections in the sidebar
(still waiting on a bug with notifications for it to show up
w/o restart).
commits at osafoundation.org
commits at osafoundation.org
Tue Feb 8 11:49:39 PST 2005
Commit by: jed
Modified files:
chandler/parcels/osaf/views/main/SideBar.py 1.31 1.32
Log message:
Fixed dragging into collections in the sidebar (still waiting on a bug with notifications for it to show up w/o restart).
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/chandler/parcels/osaf/views/main/SideBar.py.diff?r1=text&tr1=1.31&r2=text&tr2=1.32
Index: chandler/parcels/osaf/views/main/SideBar.py
diff -u chandler/parcels/osaf/views/main/SideBar.py:1.31 chandler/parcels/osaf/views/main/SideBar.py:1.32
--- chandler/parcels/osaf/views/main/SideBar.py:1.31 Tue Feb 8 09:36:38 2005
+++ chandler/parcels/osaf/views/main/SideBar.py Tue Feb 8 11:49:37 2005
@@ -1,5 +1,5 @@
-__version__ = "$Revision: 1.31 $"
-__date__ = "$Date: 2005/02/08 17:36:38 $"
+__version__ = "$Revision: 1.32 $"
+__date__ = "$Date: 2005/02/08 19:49:37 $"
__copyright__ = "Copyright (c) 2003-2004 Open Source Applications Foundation"
__license__ = "http://osafoundation.org/Chandler_0.1_license_terms.htm"
@@ -19,7 +19,7 @@
def AddItem(self, itemUUID):
item = self.blockItem.findUUID(itemUUID)
- self.blockItem.contents[self.dropRow].contents.add(item)
+ self.blockItem.contents[self.dropRow].add(item)
def OnItemDrag(self, event):
# @@@ You currently can't drag out of the sidebar
More information about the Commits
mailing list