* [gentoo-commits] gentoo-x86 commit in app-i18n/fcitx/files: fcitx-4.2.0-fix-pango.patch
@ 2012-02-24 6:23 Mu Qiao (qiaomuf)
0 siblings, 0 replies; only message in thread
From: Mu Qiao (qiaomuf) @ 2012-02-24 6:23 UTC (permalink / raw
To: gentoo-commits
qiaomuf 12/02/24 06:23:08
Added: fcitx-4.2.0-fix-pango.patch
Log:
Fix a bug when compiling without pango
(Portage version: 2.1.10.48/cvs/Linux x86_64)
Revision Changes Path
1.1 app-i18n/fcitx/files/fcitx-4.2.0-fix-pango.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/fcitx/files/fcitx-4.2.0-fix-pango.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/fcitx/files/fcitx-4.2.0-fix-pango.patch?rev=1.1&content-type=text/plain
Index: fcitx-4.2.0-fix-pango.patch
===================================================================
diff --git a/src/ui/cairostuff/cairostuff.c b/src/ui/cairostuff/cairostuff.c
index 3c70d99..174b67a 100644
--- a/src/ui/cairostuff/cairostuff.c
+++ b/src/ui/cairostuff/cairostuff.c
@@ -80,7 +80,7 @@ StringSizeWithContextReal(cairo_t * c, const char *str, int* w, int* h)
if (h) *h = 0;
return;
}
- if (!utf8_check_string(str)) {
+ if (!fcitx_utf8_check_string(str)) {
if (w) *w = 0;
if (h) *h = 0;
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-02-24 6:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-24 6:23 [gentoo-commits] gentoo-x86 commit in app-i18n/fcitx/files: fcitx-4.2.0-fix-pango.patch Mu Qiao (qiaomuf)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox