From: Tilman Sauerbeck Date: Sat, 28 May 2005 20:11:03 +0000 (+0000) Subject: The remove button in the playlist window emits 'playlist_item.remove' now. X-Git-Url: http://git.code-monkey.de/?p=multipass-eu.git;a=commitdiff_plain;h=f62a2ff9b43303ace4985b728f414027e7c4ebc7 The remove button in the playlist window emits 'playlist_item.remove' now. --- 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))|