summaryrefslogtreecommitdiff
path: root/src/ui/sidebarwidget.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/sidebarwidget.c')
-rw-r--r--src/ui/sidebarwidget.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/sidebarwidget.c b/src/ui/sidebarwidget.c
index ad23da3e..6adf1d1b 100644
--- a/src/ui/sidebarwidget.c
+++ b/src/ui/sidebarwidget.c
@@ -219,7 +219,7 @@ static void updateItems_SidebarWidget_(iSidebarWidget *d) {
219 } 219 }
220 init_RegExpMatch(&m); 220 init_RegExpMatch(&m);
221 if (matchString_RegExp(remoteSourceTag, &bm->tags, &m)) { 221 if (matchString_RegExp(remoteSourceTag, &bm->tags, &m)) {
222 appendChar_String(&item->meta, 0x2601); 222 appendChar_String(&item->meta, 0x2913);
223 } 223 }
224 } 224 }
225 addItem_ListWidget(d->list, item); 225 addItem_ListWidget(d->list, item);
@@ -1241,7 +1241,7 @@ static void draw_SidebarItem_(const iSidebarItem *d, iPaint *p, iRect itemRect,
1241 iconArea, 1241 iconArea,
1242 iTrue, 1242 iTrue,
1243 isPressing ? iconColor 1243 isPressing ? iconColor
1244 : d->icon == 0x2601 /* remote */ ? uiTextCaution_ColorId 1244 : d->icon == 0x2913 /* remote */ ? uiTextCaution_ColorId
1245 : iconColor, 1245 : iconColor,
1246 "%s", 1246 "%s",
1247 cstr_String(&str)); 1247 cstr_String(&str));