summaryrefslogtreecommitdiffstats
path: root/Gui
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-02-04 13:08:26 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-02-04 13:08:26 +0000
commit575034e39c9b954c4c323014358127d0a360e8fd (patch)
tree1559d0cc619c5ba9a57f5b1a27830d9497e958b2 /Gui
parent6dc131ddeb86a974757674c2e195ab2436df07c2 (diff)
downloadmpv-575034e39c9b954c4c323014358127d0a360e8fd.tar.bz2
mpv-575034e39c9b954c4c323014358127d0a360e8fd.tar.xz
Go away you stupid setlocale!!
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22126 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui')
-rw-r--r--Gui/mplayer/widgets.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gui/mplayer/widgets.c b/Gui/mplayer/widgets.c
index 17756470b3..5877415a28 100644
--- a/Gui/mplayer/widgets.c
+++ b/Gui/mplayer/widgets.c
@@ -61,6 +61,9 @@ Pixmap guiIconMask;
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 );