-# $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")
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))|