summaryrefslogtreecommitdiff
path: root/desktop/history_core.c
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/history_core.c')
-rw-r--r--desktop/history_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/history_core.c b/desktop/history_core.c
index cdfb96e41..04e02d736 100644
--- a/desktop/history_core.c
+++ b/desktop/history_core.c
@@ -451,7 +451,7 @@ bool history_redraw_entry(struct history *history,
strlen(entry->title), WIDTH, &char_offset, &actual_x))
return false;
if (!plot.text(entry->x, entry->y + HEIGHT + 12, &css_base_style,
- entry->title, char_offset + 1, 0xffffff, c))
+ entry->title, char_offset, 0xffffff, c))
return false;
for (child = entry->forward; child; child = child->next) {