summaryrefslogtreecommitdiff
path: root/plugins/gtkui/plcommon.c
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <waker@users.sourceforge.net>2013-09-29 19:53:07 +0200
committerGravatar Alexey Yakovenko <waker@users.sourceforge.net>2013-09-29 19:53:07 +0200
commit81e8c8ab6c6fe60e844e76c02315e6238bb3f97b (patch)
tree0427dd0716acd02258574e8ed26ab71337358030 /plugins/gtkui/plcommon.c
parent5fa0da2d9b0edf78097a0d29b1bde3c260a36af4 (diff)
gtkui: get rid of all pl_save_all calls in favor of pl_save_current
Diffstat (limited to 'plugins/gtkui/plcommon.c')
-rw-r--r--plugins/gtkui/plcommon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gtkui/plcommon.c b/plugins/gtkui/plcommon.c
index dcfbcf8d..1b111e26 100644
--- a/plugins/gtkui/plcommon.c
+++ b/plugins/gtkui/plcommon.c
@@ -338,7 +338,7 @@ on_remove2_activate (GtkMenuItem *menuitem,
gpointer user_data)
{
int cursor = deadbeef->pl_delete_selected ();
- deadbeef->pl_save_all ();
+ deadbeef->pl_save_current ();
deadbeef->sendmessage (DB_EV_PLAYLISTCHANGED, 0, 0, 0);
}