[Uim] Re: uim 0.4.7 final released

Etsushi Kato ekato at ees.hokudai.ac.jp
Sat Jul 9 15:04:21 EEST 2005


Hi all,

On Sun, Jun 26, 2005 at 02:45:06AM +0900,
TOKUNAGA Hiroyuki <tkng at xem.jp> wrote:

> Changes from 0.4.6
> ==================

> * uim-xim
>  - Corresponded to XFT to draw preedit strings.

Today, I noticed that a bug was accidentally introduced in uim-xim
0.4.7.

If you encounter a crash of uim-xim while updating uim custom setting
with uim-pref tool, please apply following patch, or try current
snapshot at uim.freedesktop.org.

Sorry about that...
-- 
Etsushi Kato
ekato at ees.hokudai.ac.jp
-------------- next part --------------
--- uim-0.4.7/xim/convdisp.cpp.orig	2005-06-26 02:12:25.000000000 +0900
+++ uim-0.4.7/xim/convdisp.cpp	2005-07-09 20:59:35.000000000 +0900
@@ -125,7 +125,8 @@
 			XFT_PIXEL_SIZE, XftTypeDouble, (double)DEFAULT_FONT_SIZE,
 			NULL);
 	if (xftfont) {
-	    XftFontClose(XimServer::gDpy, gXftFont);
+	    if (gXftFont)
+	      XftFontClose(XimServer::gDpy, gXftFont);
 	    free(gXftFontName);
 	    free(gXftFontLocale);
 	    gXftFont = xftfont;


More information about the uim mailing list