X-Git-Url: http://git.code-monkey.de/?p=multipass-eu.git;a=blobdiff_plain;f=src%2Fplaylist-buttons.rb;h=a85f13d06fb558480fb3f1bae8054853ea09748f;hp=548f2763b89fe7cf4f4681792678cdd72f5a2532;hb=ff7fc07e032d4389b35692997fbb197ec76292c7;hpb=8b3408a452c7d8e914d487dbe8139ae1a8fd488f diff --git a/src/playlist-buttons.rb b/src/playlist-buttons.rb index 548f276..a85f13d 100644 --- a/src/playlist-buttons.rb +++ b/src/playlist-buttons.rb @@ -1,5 +1,3 @@ -# $Id: playlist-buttons.rb 22 2005-05-07 16:16:28Z tilman $ - c = EDJE.collection("playlist") root = c.part("root") right = c.part("playlist.background.titlebar.right") @@ -30,7 +28,7 @@ buttons.clear root = c.part("playlist.background.footer.left") h = {"playlist.button.add" => ["file_dialog.open", [5, 5]], - "playlist.button.rem" => [nil, [35, 5]], + "playlist.button.rem" => ["playlist_item.remove", [35, 5]], "playlist.button.sel" => [nil, [65, 5]], "playlist.button.misc" => [nil, [95, 5]]} h.each do |name, (sig, (x, y))|