summaryrefslogtreecommitdiff
path: root/plugins/gtkui/fileman.c
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2011-08-31 20:58:52 +0200
committerGravatar waker <wakeroid@gmail.com>2011-08-31 20:58:52 +0200
commit921c74cb8eb8f517e2905ede971a7a267a626b7a (patch)
treebd1cf431f803367b03c874162f6ed020ab5175a6 /plugins/gtkui/fileman.c
parentfecc68fb7ac36ed234f6e61605292190c690b713 (diff)
auto-save playlists after drag-n-drop, delete-selected, crop
Diffstat (limited to 'plugins/gtkui/fileman.c')
-rw-r--r--plugins/gtkui/fileman.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/gtkui/fileman.c b/plugins/gtkui/fileman.c
index 30357fa8..c2a321ef 100644
--- a/plugins/gtkui/fileman.c
+++ b/plugins/gtkui/fileman.c
@@ -238,6 +238,7 @@ gtkpl_add_fm_dropped_files (DB_playItem_t *drop_before, char *ptr, int length) {
deadbeef->pl_add_files_end ();
deadbeef->plt_unref (plt);
+ deadbeef->pl_save_all ();
g_idle_add (set_dnd_cursor_idle, first);
}