Removed RCS-style IDs.
[multipass-eu.git] / src / player-main-background.rb
index 2cd039f48250a6fa362fdbc0cc87aacea199279d..6e3f51d859f2b7379bcc695bf0903824984d99dc 100644 (file)
@@ -1,5 +1,3 @@
-# $Id: player-main-background.rb 2 2005-04-23 13:23:58Z tilman $
-
 c = EDJE.collection("euphoria")
 root = c.part("root")
 
@@ -9,7 +7,7 @@ c.part("player.normal.background.shadow", :image) do |p|
        p.description do |d|
                d.rel[0].to = d.rel[1].to = root
 
-               d.image = "images/background-shadow.png"
+               d.image = "background-shadow.png"
        end
 end
 
@@ -19,7 +17,7 @@ c.part("player.normal.background.main", :image) do |p|
        p.description do |d|
                d.rel[0].to = d.rel[1].to = root
 
-               d.image = "images/background-alpha.png"
+               d.image = "background-alpha.png"
        end
 end
 
@@ -31,7 +29,7 @@ c.part("player.normal.background.titlebar", :image) do |p|
                d.rel[0].set_offset(45, 0)
 
                d.auto_rel = true
-               d.image = "images/background-titlebar.png"
+               d.image = "background-titlebar.png"
        end
 end
 
@@ -43,7 +41,7 @@ c.part("player.normal.background.titlebar.text", :image) do |p|
                d.rel[0].set_offset(70, 6)
 
                d.auto_rel = true
-               d.image = "images/background-titlebar-title.png"
+               d.image = "background-titlebar-title.png"
        end
 end
 
@@ -55,6 +53,6 @@ c.part("player.normal.background.bottom", :image) do |p|
                d.rel[0].set_offset(46, 46)
 
                d.auto_rel = true
-               d.image = "images/background-bottom.png"
+               d.image = "background-bottom.png"
        end
 end