diff options
author | Alexey Yakovenko <wakeroid@gmail.com> | 2010-08-29 14:58:09 +0200 |
---|---|---|
committer | Alexey Yakovenko <wakeroid@gmail.com> | 2010-08-29 14:58:09 +0200 |
commit | 98ebd884f7646bfa7d3fea3604e165f04ca61ebb (patch) | |
tree | d4998cf026ca4c75711b1a1289afd5b83f514753 | |
parent | 0a1fd028f187176631bac23c169026267480f512 (diff) |
not resuming paused track anymore after "open file(s)"
-rw-r--r-- | plugins/gtkui/fileman.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gtkui/fileman.c b/plugins/gtkui/fileman.c index 23a037cb..4fe56298 100644 --- a/plugins/gtkui/fileman.c +++ b/plugins/gtkui/fileman.c @@ -103,7 +103,7 @@ open_files_worker (void *data) { extern GtkWidget *mainwin; DdbListview *pl = DDB_LISTVIEW (lookup_widget (mainwin, "playlist")); ddb_listview_set_cursor (pl, 0); - deadbeef->sendmessage (M_PLAYSONG, 0, 0, 0); + deadbeef->sendmessage (M_PLAYSONG, 0, 1, 0); } void |