Removed RCS-style IDs.
[multipass-eu.git] / src / player-main-background.rb
index edbd9b319199114a37c5d4ddf4115e588c8bfc99..6e3f51d859f2b7379bcc695bf0903824984d99dc 100644 (file)
@@ -1,5 +1,3 @@
-# $Id: player-main-background.rb 1 2005-04-19 09:41:42Z tilman $
-
 c = EDJE.collection("euphoria")
 root = c.part("root")
 
@@ -8,7 +6,8 @@ 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
 
@@ -18,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
 
@@ -30,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
 
@@ -42,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
 
@@ -54,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