Update of /cvsroot/freevo/freevo/src/plugins
In directory sc8-pr-cvs1:/tmp/cvs-serv28773

Modified Files:
        shoppingcart.py 
Log Message:
missing self. that's positively freudian

Index: shoppingcart.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/plugins/shoppingcart.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** shoppingcart.py     29 Dec 2003 22:28:13 -0000      1.3
--- shoppingcart.py     19 Jan 2004 21:18:53 -0000      1.4
***************
*** 16,19 ****
--- 16,22 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.4  2004/01/19 21:18:53  mikeruelle
+ # missing self. that's positively freudian
+ #
  # Revision 1.3  2003/12/29 22:28:13  dischi
  # move to new Item attributes
***************
*** 88,92 ****
          popup = PopupBox(text=_('Copying files...'))
          popup.show()
!         for cartfile in cart:
              cartfile.files.copy(self.item.dir)
          popup.destroy()
--- 91,95 ----
          popup = PopupBox(text=_('Copying files...'))
          popup.show()
!         for cartfile in self.cart:
              cartfile.files.copy(self.item.dir)
          popup.destroy()




-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to