[Mplayer-cvslog] CVS: main/Gui interface.c,1.28,1.29
Arpi of Ize
arpi at mplayerhq.hu
Sun Aug 4 13:09:22 CEST 2002
Update of /cvsroot/mplayer/main/Gui
In directory mail:/var/tmp.root/cvs-serv20368
Modified Files:
interface.c
Log Message:
gui.conf parsing moved to after gtkInit() - should fix i18n problems
Index: interface.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/interface.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- interface.c 31 Jul 2002 13:26:38 -0000 1.28
+++ interface.c 4 Aug 2002 11:09:13 -0000 1.29
@@ -82,7 +82,7 @@
memset( >kEquChannels,0,sizeof( gtkEquChannels ) );
gtkAOOSSMixer=strdup( PATH_DEV_MIXER );
gtkAOOSSDevice=strdup( PATH_DEV_DSP );
- cfg_read();
+// cfg_read(); // !!! moved to Gui/mplayer/mplayer.c::mplInit() after gtkInit()
appInit( (void*)mDisplay );
if ( plCurrent && !filename ) mplSetFileName( plCurrent->path,plCurrent->name );
#if defined( USE_OSD ) || defined( USE_SUB )
More information about the MPlayer-cvslog
mailing list