Update of /cvsroot/freevo/freevo/src/games
In directory sc8-pr-cvs1:/tmp/cvs-serv28388

Modified Files:
        genericitem.py genesisitem.py mameitem.py snesitem.py 
Log Message:
move to new Item attributes

Index: genericitem.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/games/genericitem.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** genericitem.py      29 Nov 2003 11:39:38 -0000      1.3
--- genericitem.py      29 Dec 2003 22:30:35 -0000      1.4
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.4  2003/12/29 22:30:35  dischi
+ # move to new Item attributes
+ #
  # Revision 1.3  2003/11/29 11:39:38  dischi
  # use the given menuw abd not a global one
***************
*** 71,75 ****
  
          self.name = os.path.splitext(os.path.basename(file))[0]
-         self.xml_file = None
          self.parent = parent
  
--- 74,77 ----

Index: genesisitem.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/games/genesisitem.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** genesisitem.py      3 Dec 2003 17:25:06 -0000       1.3
--- genesisitem.py      29 Dec 2003 22:30:35 -0000      1.4
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.4  2003/12/29 22:30:35  dischi
+ # move to new Item attributes
+ #
  # Revision 1.3  2003/12/03 17:25:06  mikeruelle
  # they seem to have lost a patch i put in.
***************
*** 91,95 ****
              else:
                  self.name = capwords(romName)
-         self.xml_file = None
          self.parent = parent
  
--- 94,97 ----

Index: mameitem.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/games/mameitem.py,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** mameitem.py 3 Dec 2003 17:25:04 -0000       1.14
--- mameitem.py 29 Dec 2003 22:30:35 -0000      1.15
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.15  2003/12/29 22:30:35  dischi
+ # move to new Item attributes
+ #
  # Revision 1.14  2003/12/03 17:25:04  mikeruelle
  # they seem to have lost a patch i put in.
***************
*** 76,80 ****
          self.filename = file
  
-         self.xml_file = None
          self.parent = parent
  
--- 79,82 ----

Index: snesitem.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/games/snesitem.py,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** snesitem.py 3 Dec 2003 17:25:05 -0000       1.12
--- snesitem.py 29 Dec 2003 22:30:35 -0000      1.13
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.13  2003/12/29 22:30:35  dischi
+ # move to new Item attributes
+ #
  # Revision 1.12  2003/12/03 17:25:05  mikeruelle
  # they seem to have lost a patch i put in.
***************
*** 250,254 ****
          else:
              self.name = capwords(romName) + ' (' + romCountryTxt + ' - ' + romLicTxt 
+ ')'
-         self.xml_file = None
          self.parent = parent
          
--- 253,256 ----




-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to