You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-i18n/xvnkb/files/0.2.8a-putenv.patch

12 lines
337 B

--- xvnkb.c.old 2005-05-04 22:11:50.323413496 +0700
+++ xvnkb.c 2005-05-04 22:12:01.212758064 +0700
@@ -77,7 +77,7 @@
static void __attribute__ ((constructor)) xvnkb_init(void)
{
static char gtk_xim_env[24] = "GTK_IM_MODULE=xim";
- putenv(gtk_xim_env);
+ /*putenv(gtk_xim_env);*/
/* TODO:
- Initialize some more variables
*/