summaryrefslogtreecommitdiffstats
path: root/src/tab-label.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tab-label.c')
-rw-r--r--src/tab-label.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tab-label.c b/src/tab-label.c
index 3ea33d0..0ad438b 100644
--- a/src/tab-label.c
+++ b/src/tab-label.c
@@ -176,6 +176,7 @@ update_label(MqTabLabel *tab_label)
label = g_strdup_printf("%u. %s", tab_label->position,
tab_label->title);
gtk_label_set_text(GTK_LABEL(tab_label->label), label);
+ gtk_label_set_use_markup(GTK_LABEL(tab_label->label), FALSE);
}
g_free(label);
}