X-Git-Url: http://git.code-monkey.de/?p=multipass-eu.git;a=blobdiff_plain;f=src%2Fplaylist-buttons.rb;fp=src%2Fplaylist-buttons.rb;h=2639cce5da48faf2daeb81e4e1687795bde3f5f5;hp=548f2763b89fe7cf4f4681792678cdd72f5a2532;hb=f62a2ff9b43303ace4985b728f414027e7c4ebc7;hpb=07ccab88b981624dcd2fd59f335f025cc8612194 diff --git a/src/playlist-buttons.rb b/src/playlist-buttons.rb index 548f276..2639cce 100644 --- a/src/playlist-buttons.rb +++ b/src/playlist-buttons.rb @@ -1,4 +1,4 @@ -# $Id: playlist-buttons.rb 22 2005-05-07 16:16:28Z tilman $ +# $Id: playlist-buttons.rb 24 2005-05-28 20:11:03Z tilman $ c = EDJE.collection("playlist") root = c.part("root") @@ -30,7 +30,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))|