summaryrefslogtreecommitdiff
path: root/plugins/gtkui
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <waker@users.sourceforge.net>2013-09-29 19:35:36 +0200
committerGravatar Alexey Yakovenko <waker@users.sourceforge.net>2013-09-29 19:35:36 +0200
commit5fa0da2d9b0edf78097a0d29b1bde3c260a36af4 (patch)
tree482e126fc249cc7210ecf28a20de8328c44c983c /plugins/gtkui
parente09702f21f6313b0a44fcfcb10ee06dd70364b2f (diff)
added new APIs for saving current playlist
Diffstat (limited to 'plugins/gtkui')
-rw-r--r--plugins/gtkui/actionhandlers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gtkui/actionhandlers.c b/plugins/gtkui/actionhandlers.c
index 1a2b8e64..9b47c2cc 100644
--- a/plugins/gtkui/actionhandlers.c
+++ b/plugins/gtkui/actionhandlers.c
@@ -649,8 +649,8 @@ load_playlist_thread (void *data) {
if (it) {
deadbeef->pl_item_unref (it);
}
+ deadbeef->plt_save_config (plt);
deadbeef->plt_unref (plt);
- deadbeef->pl_save_all ();
}
g_free (fname);
gtkui_playlist_changed ();