summaryrefslogtreecommitdiff
path: root/plugins/gtkui/fileman.c
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-04-06 19:27:21 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-04-06 19:27:21 +0200
commit80f7aa0cfe21fc2715af029cc5bea6e8b4e18a5f (patch)
tree9df38c9c686e3f803fdb74492f89677b2ea8704a /plugins/gtkui/fileman.c
parent40522448588f63d6d72ef775e0340b7fae548a05 (diff)
added auto-saving config/playlist files
Diffstat (limited to 'plugins/gtkui/fileman.c')
-rw-r--r--plugins/gtkui/fileman.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/gtkui/fileman.c b/plugins/gtkui/fileman.c
index 1ae8b4aa..8ef81238 100644
--- a/plugins/gtkui/fileman.c
+++ b/plugins/gtkui/fileman.c
@@ -32,7 +32,8 @@ gtkpl_add_file_info_cb (DB_playItem_t *it, void *data) {
static gboolean
progress_hide_idle (gpointer data) {
progress_hide ();
- playlist_refresh ();
+ deadbeef->sendmessage (M_PLAYLISTREFRESH, 0, 0, 0);
+ //playlist_refresh ();
return FALSE;
}