summaryrefslogtreecommitdiff
path: root/plugins/gtkui/fileman.c
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <waker@users.sourceforge.net>2014-07-08 20:30:07 +0200
committerGravatar Alexey Yakovenko <waker@users.sourceforge.net>2014-07-08 20:30:07 +0200
commitfaffc4a53ba096d8aea3f1c729b9251ce6dba9d0 (patch)
tree7084b1ef652b344e284231d0c259526c9a4c1d12 /plugins/gtkui/fileman.c
parentb7a1a240765b1b87bd2c0ac05afd7c6bfe83bc37 (diff)
fixed unpausing of currently paused track using "play" action
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 24b9ca8a..7ae71006 100644
--- a/plugins/gtkui/fileman.c
+++ b/plugins/gtkui/fileman.c
@@ -113,7 +113,7 @@ open_files_worker (void *data) {
deadbeef->pl_set_cursor (PL_MAIN, 0);
deadbeef->conf_save ();
deadbeef->sendmessage (DB_EV_PLAYLISTCHANGED, 0, 0, 0);
- deadbeef->sendmessage (DB_EV_PLAY_CURRENT, 0, 1, 0);
+ deadbeef->sendmessage (DB_EV_PLAY_NUM, 0, 0, 0);
}
void