[MPlayer-cvslog] r18959 - trunk/Gui/win32/dialogs.c

vayne subversion at mplayerhq.hu
Sat Jul 8 18:52:46 CEST 2006


Author: vayne
Date: Sat Jul  8 18:52:46 2006
New Revision: 18959

Modified:
   trunk/Gui/win32/dialogs.c

Log:
small fix to properly display skins when switching skins during playback.

Modified: trunk/Gui/win32/dialogs.c
==============================================================================
--- trunk/Gui/win32/dialogs.c	(original)
+++ trunk/Gui/win32/dialogs.c	Sat Jul  8 18:52:46 2006
@@ -724,6 +724,7 @@
                     int len = SendMessage(listbox, LB_GETTEXTLEN, index, 0);
                     if (len)
                     {
+                        if (guiIntfStruct.Playing) guiGetEvent(guiCEvent, (void *) guiSetStop);
                         if (skinName) free(skinName);
                         skinName = (char *) malloc(len+1);
                         SendMessage(listbox, LB_GETTEXT, (WPARAM) index, (LPARAM) skinName);



More information about the MPlayer-cvslog mailing list