X-Git-Url: http://git.code-monkey.de/?p=embrace.git;a=blobdiff_plain;f=bin%2Fembrace;h=5673f88c9a701cd72204b8cf822134d70c967e8a;hp=b82449c932e5558810d2aadc403ccd2e8a1e6f97;hb=8810045367f1f47685b9a80932bd58581e80482b;hpb=35b7543960aa1511ad52b8b9641a773e47175290 diff --git a/bin/embrace b/bin/embrace index b82449c..5673f88 100755 --- a/bin/embrace +++ b/bin/embrace @@ -120,7 +120,6 @@ module Embrace @objects.each { |o| add_member(o) } @img.set_color(255, 255, 255, 0) - @label.set_color(255, 255, 255, 0) @label.set_color(255, 0, 0, 0) @img.set_file(ICON_FILE) @@ -276,10 +275,6 @@ module Embrace end end - def length - @icons.nitems - end - # smart callbacks def on_show @bg.show