summaryrefslogtreecommitdiff
path: root/plugins/gtkui/fileman.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/gtkui/fileman.c')
-rw-r--r--plugins/gtkui/fileman.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gtkui/fileman.c b/plugins/gtkui/fileman.c
index d181fa1f..ecda32ae 100644
--- a/plugins/gtkui/fileman.c
+++ b/plugins/gtkui/fileman.c
@@ -36,7 +36,7 @@ open_files_worker (void *data) {
void
gtkui_open_files (struct _GSList *lst) {
- deadbeef->pl_free ();
+ deadbeef->pl_clear ();
deadbeef->thread_start (open_files_worker, lst);
}