summaryrefslogtreecommitdiff
path: root/plugins/gtkui/fileman.c
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-08-29 14:58:09 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-08-29 14:58:09 +0200
commit98ebd884f7646bfa7d3fea3604e165f04ca61ebb (patch)
treed4998cf026ca4c75711b1a1289afd5b83f514753 /plugins/gtkui/fileman.c
parent0a1fd028f187176631bac23c169026267480f512 (diff)
not resuming paused track anymore after "open file(s)"
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 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