--- rxvt-unicode/src/init.C 2003/12/08 23:14:40 1.10 +++ rxvt-unicode/src/init.C 2003/12/18 00:29:29 1.12 @@ -1,7 +1,7 @@ /*--------------------------------*-C-*---------------------------------* * File: init.c *----------------------------------------------------------------------* - * $Id: init.C,v 1.10 2003/12/08 23:14:40 pcg Exp $ + * $Id: init.C,v 1.12 2003/12/18 00:29:29 pcg Exp $ * * All portions of code are copyright by their respective author/s. * Copyright (c) 1992 John Bovey, University of Kent at Canterbury @@ -359,15 +359,12 @@ return false; #if defined(XPM_BACKGROUND) || defined(TRANSPARENT) - TermWin.pixmap = None; #endif #ifdef UTMP_SUPPORT - next_utmp_action = SAVE; #endif #ifndef NO_SETOWNER_TTYDEV - next_tty_action = SAVE; #endif @@ -460,7 +457,7 @@ } #if defined(HAVE_XSETLOCALE) || defined(HAVE_SETLOCALE) - R->locale = setlocale (LC_CTYPE, ""); + R->locale = strdup (setlocale (LC_CTYPE, "")); #endif /*