Update of /cvsroot/freevo/freevo/share/skins/main
In directory sc8-pr-cvs1:/tmp/cvs-serv18999

Modified Files:
        blue.fxd 
Log Message:
add name as info when it is too long

Index: blue.fxd
===================================================================
RCS file: /cvsroot/freevo/freevo/share/skins/main/blue.fxd,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** blue.fxd    1 Jan 2004 17:43:43 -0000       1.21
--- blue.fxd    4 Jan 2004 18:19:43 -0000       1.22
***************
*** 231,243 ****
            <goto_pos y="10" mode="relative"/>
          </if>
!         <if expression="plot">
            <text height="max" font="info plot" mode="soft" expression="plot"/>
            <newline/>
          </if>
!         <if expression="not plot">
!           <text width="140" font="info label">Type:</text>
!           <goto_pos x="10" mode="relative"/>
!           <text font="info value" expression="type"/>
!           <newline/>
            <if expression="length">
              <text width="140" font="info label">Runtime:</text>
--- 231,255 ----
            <goto_pos y="10" mode="relative"/>
          </if>
!         <if expression="plot and not tv_show_name">
            <text height="max" font="info plot" mode="soft" expression="plot"/>
            <newline/>
          </if>
! 
!         <if expression="not plot or tv_show_name">
!           <if expression="len(name)>25">
!             <if expression="tv_show_ep">
!               <text width="140" font="info label">Episode:</text>
!               <goto_pos x="10" mode="relative"/>
!               <text font="info value" expression="tv_show_ep"/>
!               <newline/>
!             </if>
!             <if expression="not tv_show_ep">
!               <text width="140" font="info label">Name:</text>
!               <goto_pos x="10" mode="relative"/>
!               <text font="info value" expression="name"/>
!               <newline/>
!             </if>
!           </if>
! 
            <if expression="length">
              <text width="140" font="info label">Runtime:</text>
***************
*** 247,250 ****
--- 259,266 ----
              <newline/>
            </if>
+           <text width="140" font="info label">Type:</text>
+           <goto_pos x="10" mode="relative"/>
+           <text font="info value" expression="type"/>
+           <newline/>
            <if expression="geometry">
              <text width="140" font="info label">Resolution:</text>




-------------------------------------------------------
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