summaryrefslogtreecommitdiffstats
path: root/source/textbox.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-02-09 07:56:45 +0100
committerDave Davenport <qball@gmpclient.org>2016-02-09 07:56:45 +0100
commitc3f15a4e2aab70a3638ee3f3c934ccb7a27d92de (patch)
treea3919c393d88d7b47a5216c3f34403449d91e541 /source/textbox.c
parent5d430824b307fefdd1c784bb407aa28675d0009f (diff)
parent37578dff20c4571768bcc8d7dc972ecd6b37156f (diff)
Merge remote-tracking branch 'origin/master' into glib-loop
Diffstat (limited to 'source/textbox.c')
-rw-r--r--source/textbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/textbox.c b/source/textbox.c
index 75102ec6..b6ec7fc0 100644
--- a/source/textbox.c
+++ b/source/textbox.c
@@ -159,7 +159,7 @@ static void __textbox_update_pango_text ( textbox *tb )
pango_layout_set_attributes ( tb->layout, NULL );
pango_layout_set_text ( tb->layout, string, l );
}
- else if ( tb->flags & TB_MARKUP || tb->tbft & MARKUP ) {
+ else if ( tb->tbft & MARKUP ) {
pango_layout_set_markup ( tb->layout, tb->text, -1 );
}
else {