[MPlayer-cvslog] r36748 - trunk/gui/dialog/fileselect.c

ib subversion at mplayerhq.hu
Sun Jan 26 17:53:21 CET 2014


Author: ib
Date: Sun Jan 26 17:53:21 2014
New Revision: 36748

Log:
Fix issue with font file selector.

After selection, playing state doesn't need to be set GUI_STOP.

This allows changing the font during playback of a video with
immediate effect.

Modified:
   trunk/gui/dialog/fileselect.c

Modified: trunk/gui/dialog/fileselect.c
==============================================================================
--- trunk/gui/dialog/fileselect.c	Sun Jan 26 17:44:31 2014	(r36747)
+++ trunk/gui/dialog/fileselect.c	Sun Jan 26 17:53:21 2014	(r36748)
@@ -519,6 +519,9 @@ static void fs_Ok_released(GtkButton *bu
 
     fs_Cancel_released(NULL, NULL);
 
+    if (fsType == FILESELECT_FONT)
+        return;
+
     if (uiLoadPlay) {
         uiLoadPlay = False;
         uiEvent(evPlay, 0);


More information about the MPlayer-cvslog mailing list