summaryrefslogtreecommitdiff
path: root/plugins/gtkui/plcommon.c
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2012-11-24 15:03:55 +0100
committerGravatar waker <wakeroid@gmail.com>2012-11-24 15:03:55 +0100
commitc1c82b6fe08560ce955afbcbcc4c9d0c9a49d0e6 (patch)
treec096fb7d3b230225ac1e2bcb932b0a54284cec21 /plugins/gtkui/plcommon.c
parent6176a514259311e49273a7f422885cd6561af138 (diff)
added clear playlist and invert selection hotkeys
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 e28fc5d0..c3c08346 100644
--- a/plugins/gtkui/plcommon.c
+++ b/plugins/gtkui/plcommon.c
@@ -304,7 +304,7 @@ on_clear1_activate (GtkMenuItem *menuitem,
gpointer user_data)
{
deadbeef->pl_clear ();
- deadbeef->pl_save_all ();
+ deadbeef->pl_save_current ();
deadbeef->sendmessage (DB_EV_PLAYLISTCHANGED, 0, 0, 0);
}