From 6942abb950eddea2ffc4337f73f9684c103f1f54 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Tue, 29 Sep 2009 19:30:44 +0200 Subject: delete selection puts cursor to expected row --- playlist.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'playlist.h') diff --git a/playlist.h b/playlist.h index 1c2038b9..eb50a7f4 100644 --- a/playlist.h +++ b/playlist.h @@ -133,7 +133,8 @@ pl_format_item_display_name (playItem_t *it, char *str, int len); const char * pl_find_meta (playItem_t *it, const char *key); -void +// returns index of 1st deleted item +int pl_delete_selected (void); void -- cgit v1.2.3