diff gui/dialog/fileselect.c @ 36658:f8d0a552f7a5

Relocate mplayerLoadFont() code. Add a mplayer() instruction MPLAYER_LOAD_FONT and make it part of this function.
author ib
date Sun, 26 Jan 2014 17:16:29 +0000
parents aff6fa4a1f70
children 50e0e5795289
line wrap: on
line diff
--- a/gui/dialog/fileselect.c	Sun Jan 26 17:05:33 2014 +0000
+++ b/gui/dialog/fileselect.c	Sun Jan 26 17:16:29 2014 +0000
@@ -507,7 +507,7 @@
 
     case FILESELECT_FONT:
         setddup(&font_name, fsSelectedDirectory, fsSelectedFile);
-        mplayerLoadFont();
+        mplayer(MPLAYER_LOAD_FONT, 0, 0);
 
         if (Preferences)
             gtk_entry_set_text(GTK_ENTRY(prEFontName), font_name);