Update of /cvsroot/freevo/freevo/share/skins/main
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17754/share/skins/main

Modified Files:
        blurr2.fxd info.fxd 
Log Message:
Move watermark information to python ocde to avoid duplicate code here


Index: blurr2.fxd
===================================================================
RCS file: /cvsroot/freevo/freevo/share/skins/main/blurr2.fxd,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -d -r1.38 -r1.39
*** blurr2.fxd  12 Feb 2004 16:28:09 -0000      1.38
--- blurr2.fxd  12 Feb 2004 17:18:48 -0000      1.39
***************
*** 4,22 ****
    <skin include="basic" geometry="800x600">
      <iconset theme="blurr"/>
!     <main>
!       <item label="tv" name="Watch TV" icon="" 
!       image="gant/tv.png"/>
!       <item label="video" name="Watch a Movie" icon=""
!       image="gant/movie.png"/>
!       <item label="audio" name="Listen to Music" icon="" 
!       image="gant/music.png"/>
!       <item label="image" name="Look at Pictures" icon="" 
!       image="gant/image.png"/>
!       <item label="games" name="Play a Game" icon=""
!         image="gant/games.png"/>
!       <item label="weather" name="Weather Forecast" icon=""
!         image="gant/weather.png"/>
!       <item label="shutdown" name="Shutdown" icon="" 
!       image="gant/shutdown.png" visible="no"/> 
      </main>
      
--- 4,14 ----
    <skin include="basic" geometry="800x600">
      <iconset theme="blurr"/>
!     <main imagedir="gant">
!       <item label="tv" name="Watch TV"/>
!       <item label="video" name="Watch a Movie" image="gant/movie.png"/>
!       <item label="audio" name="Listen to Music" image="gant/music.png"/>
!       <item label="image" name="Look at Pictures"/>
!       <item label="games" name="Play a Game"/>
!       <item label="weather" name="Weather Forecast"/>
      </main>
      

Index: info.fxd
===================================================================
RCS file: /cvsroot/freevo/freevo/share/skins/main/info.fxd,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** info.fxd    6 Feb 2004 18:23:55 -0000       1.14
--- info.fxd    12 Feb 2004 17:18:48 -0000      1.15
***************
*** 10,20 ****
  
      <!-- definition of the main menu item names and watermarks -->
!     <main>
!       <item label="tv" name="Watch TV" image="watermarks/tv.png"/>
        <item label="video" name="Watch a Movie" image="watermarks/movie.png"/>
        <item label="audio" name="Listen to Music" image="watermarks/music.png"/>
!       <item label="image" name="Look at Pictures" image="watermarks/image.png"/>
!       <item label="games" name="Games" image=""/>
!       <item label="shutdown" name="Shutdown" image="watermarks/shutdown.png"/> 
      </main>
  
--- 10,19 ----
  
      <!-- definition of the main menu item names and watermarks -->
!     <main imagedir="watermarks">
!       <item label="tv" name="Watch TV"/>
        <item label="video" name="Watch a Movie" image="watermarks/movie.png"/>
        <item label="audio" name="Listen to Music" image="watermarks/music.png"/>
!       <item label="image" name="Look at Pictures"/>
!       <item label="games" name="Games"/>
      </main>
  



-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to