[MPlayer-cvslog] r22126 - trunk/Gui/mplayer/widgets.c
reimar
subversion at mplayerhq.hu
Sun Feb 4 14:08:27 CET 2007
Author: reimar
Date: Sun Feb 4 14:08:26 2007
New Revision: 22126
Modified:
trunk/Gui/mplayer/widgets.c
Log:
Go away you stupid setlocale!!
Modified: trunk/Gui/mplayer/widgets.c
==============================================================================
--- trunk/Gui/mplayer/widgets.c (original)
+++ trunk/Gui/mplayer/widgets.c Sun Feb 4 14:08:26 2007
@@ -61,6 +61,9 @@
void gtkInit( void )
{
mp_dbg( MSGT_GPLAYER,MSGL_DBG2,"[widget] init GTK ...\n" );
+#ifdef HAVE_GTK2_GUI
+ gtk_disable_setlocale();
+#endif
gtk_init( 0,NULL );
// gdk_set_use_xshm( TRUE );
More information about the MPlayer-cvslog
mailing list