From 8ebdc30958313c9fccc8b11e2f6aa9e033aab032 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sun, 26 Mar 2006 17:48:56 +0000 Subject: [project @ 2006-03-26 17:48:56 by dsilvers] Argh, it's a length but it's called an offset svn path=/import/netsurf/; revision=2181 --- desktop/history_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop/history_core.c') 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) { -- cgit v1.2.3