summaryrefslogtreecommitdiff
path: root/src/glibext/gbuffersegment.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2012-11-22 19:51:17 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2012-11-22 19:51:17 (GMT)
commit3669bdaf8552f53baa5cfb2b0d360959eea61236 (patch)
tree94c5c5a74de1438c99320d4159b1f3de56961edf /src/glibext/gbuffersegment.c
parent29b390b5ed9f5c1a89db6d1e8d93d7126051b9a7 (diff)
Rewritten parts of the Android plugin to insert indications about exceptions.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@288 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/glibext/gbuffersegment.c')
-rw-r--r--src/glibext/gbuffersegment.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/glibext/gbuffersegment.c b/src/glibext/gbuffersegment.c
index 5125631..9510fa2 100644
--- a/src/glibext/gbuffersegment.c
+++ b/src/glibext/gbuffersegment.c
@@ -231,6 +231,9 @@ static void g_buffer_segment_prepare(GBufferSegment *segment, PangoContext *cont
attrib = pango_attr_iterator_get(iterator, PANGO_ATTR_WEIGHT);
must_use_pango |= (attrib != NULL);
+ attrib = pango_attr_iterator_get(iterator, PANGO_ATTR_STYLE);
+ must_use_pango |= (attrib != NULL);
+
pango_attr_iterator_destroy(iterator);
if (must_use_pango)