diff Gui/interface.c @ 6891:e1c5f3128b3a

gui.conf parsing moved to after gtkInit() - should fix i18n problems
author arpi
date Sun, 04 Aug 2002 11:09:20 +0000
parents 397e7a1860f9
children 138a7ff52a26
line wrap: on
line diff
--- a/Gui/interface.c	Sun Aug 04 09:21:32 2002 +0000
+++ b/Gui/interface.c	Sun Aug 04 11:09:20 2002 +0000
@@ -82,7 +82,7 @@
  memset( &gtkEquChannels,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 )