changeset 34084:b77b5e7bee72

Enable option "enqueue" for Win32 GUI. It didn't regard this option so far.
author ib
date Sat, 01 Oct 2011 15:49:19 +0000
parents 0a44fc1d4e72
children cc1808245016
files gui/win32/interface.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/gui/win32/interface.c	Sat Oct 01 15:32:04 2011 +0000
+++ b/gui/win32/interface.c	Sat Oct 01 15:49:19 2011 +0000
@@ -741,6 +741,9 @@
         mygui->playlist->current = 0;
         uiSetFileName(NULL, mygui->playlist->tracks[0]->filename, STREAMTYPE_FILE);
     }
+
+    if (enqueue) filename = NULL;
+
     return result;
 }