Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 144365 Details for
Bug 209765
New ebuilds: media-libs/silgraphite and x11-plugins/pangographite
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
pangographite-r724-check-is-fc-font.patch
pangographite-r724-check-is-fc-font.patch (text/plain), 789 bytes, created by
David Leverton
on 2008-02-22 18:32:42 UTC
(
hide
)
Description:
pangographite-r724-check-is-fc-font.patch
Filename:
MIME Type:
Creator:
David Leverton
Created:
2008-02-22 18:32:42 UTC
Size:
789 bytes
patch
obsolete
>Index: graphite/wrappers/pangographite/graphite-module.c >=================================================================== >--- graphite/wrappers/pangographite/graphite-module.c (revision 846) >+++ graphite/wrappers/pangographite/graphite-module.c (working copy) >@@ -219,6 +219,8 @@ > PangoLogAttr *attrs, > int attrs_len) > { >+ if (! PANGO_IS_FC_FONT(analysis->font)) >+ return; > PangoFcFont *fcfont = PANGO_FC_FONT(analysis->font); > FcChar8 * fontcap; > >@@ -226,8 +228,6 @@ > pango_default_break(text, length, analysis, attrs, attrs_len); > #endif > >- if (fcfont) >- { > if (FcPatternGetString (fcfont->font_pattern, FC_CAPABILITY, 0, &fontcap) != FcResultMatch) > { > } >@@ -247,7 +247,6 @@ > //return; > } > } >- } > > /* > int i;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 209765
:
143264
|
143265
|
143266
|
143268
|
143269
|
143271
|
143636
|
143637
|
143638
|
143818
|
143820
|
144031
|
144033
|
144035
|
144037
|
144038
|
144043
|
144045
| 144365