# HG changeset patch # User vayne # Date 1172848454 0 # Node ID ecaabc8f28cc78216d323b32c2d6f4a6575f88d6 # Parent d98166c91eeae187070c178faf717c7ac1c02ab7 add missing playtree entry diff -r d98166c91eea -r ecaabc8f28cc Gui/win32/interface.c --- a/Gui/win32/interface.c Fri Mar 02 13:33:18 2007 +0000 +++ b/Gui/win32/interface.c Fri Mar 02 15:14:14 2007 +0000 @@ -523,7 +523,8 @@ audio_out = mpctx_get_audio_out(guiIntfStruct.mpcontext); video_out = mpctx_get_video_out(guiIntfStruct.mpcontext); mixer = mpctx_get_mixer(guiIntfStruct.mpcontext); - } + playtree = mpctx_get_playtree_iter(guiIntfStruct.mpcontext); + } switch (type) {