Code cleanup.
authorTilman Sauerbeck <tilman@code-monkey.de>
Sat, 23 Apr 2005 13:23:58 +0000 (13:23 +0000)
committerTilman Sauerbeck <tilman@code-monkey.de>
Sat, 23 Apr 2005 13:23:58 +0000 (13:23 +0000)
multipass.rb
src/player-main-background.rb

index 10d8cd7919d5a2f85a6636ff724005fff16e41ac..246ebf7bd44872879863e318c110cf18191920dd 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: multipass.rb 1 2005-04-19 09:41:42Z tilman $
+# $Id: multipass.rb 2 2005-04-23 13:23:58Z tilman $
 
 require "src/slider.rb"
 require "src/button.rb"
 
 require "src/slider.rb"
 require "src/button.rb"
@@ -37,7 +37,7 @@ public drawer_timer_cb (val)
 SMALL
 
        c.part("root", :rect) do |p|
 SMALL
 
        c.part("root", :rect) do |p|
-               p.mouse_events = false;
+               p.mouse_events = false
 
                p.description do |d|
                        g = c.min
 
                p.description do |d|
                        g = c.min
index edbd9b319199114a37c5d4ddf4115e588c8bfc99..2cd039f48250a6fa362fdbc0cc87aacea199279d 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: player-main-background.rb 1 2005-04-19 09:41:42Z tilman $
+# $Id: player-main-background.rb 2 2005-04-23 13:23:58Z tilman $
 
 c = EDJE.collection("euphoria")
 root = c.part("root")
 
 c = EDJE.collection("euphoria")
 root = c.part("root")
@@ -8,6 +8,7 @@ c.part("player.normal.background.shadow", :image) do |p|
 
        p.description do |d|
                d.rel[0].to = d.rel[1].to = root
 
        p.description do |d|
                d.rel[0].to = d.rel[1].to = root
+
                d.image = "images/background-shadow.png"
        end
 end
                d.image = "images/background-shadow.png"
        end
 end