summaryrefslogtreecommitdiff
path: root/plugins/gtkui/fileman.c
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2010-12-31 13:48:04 +0100
committerGravatar waker <wakeroid@gmail.com>2010-12-31 13:48:04 +0100
commite06308f8f5105f4d2d6eac3665b543ef6f360341 (patch)
tree8d35467ec6beed4c20ceb60a1d8af350f276657c /plugins/gtkui/fileman.c
parent74df8d527b3052dc9593985fcd80136c39dadd94 (diff)
renamed pause event to togglepause;
added new pause event, including command line option; slightly changed/shortened M_* constant names
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 3f58bb09..17511778 100644
--- a/plugins/gtkui/fileman.c
+++ b/plugins/gtkui/fileman.c
@@ -73,7 +73,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, 1, 0);
+ deadbeef->sendmessage (M_PLAY_CURRENT, 0, 1, 0);
}
void