summaryrefslogtreecommitdiff
path: root/src/ui
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-03-24 09:10:41 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-03-24 09:12:34 +0200
commit86b220841276fc3ddcdebf1eb4bf6543e9aa39b7 (patch)
tree067fd07e8794c7e3763ab086da77ecbb747f2442 /src/ui
parent6fa031ddb806832d8c189a35579701f55b779c12 (diff)
Fixed regression in conman.org client torture test 21
Couple of problems: - "data:" links were not flagged as supported - "data:" links are not supposed to further decoded or encoded since they are processed internally in the client IssueID #217
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/labelwidget.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/labelwidget.c b/src/ui/labelwidget.c
index 8089445b..6e8208c4 100644
--- a/src/ui/labelwidget.c
+++ b/src/ui/labelwidget.c
@@ -305,6 +305,7 @@ static void draw_LabelWidget_(const iLabelWidget *d) {
305 adjusted_Rect(bounds, init_I2(iconPad, 0), zero_I2()), 305 adjusted_Rect(bounds, init_I2(iconPad, 0), zero_I2()),
306 d->alignVisual, 306 d->alignVisual,
307 fg, 307 fg,
308 "%s",
308 cstr_String(&d->label)); 309 cstr_String(&d->label));
309 } 310 }
310 if (flags & chevron_WidgetFlag) { 311 if (flags & chevron_WidgetFlag) {