From 7cf178f286f325c4dc45f1e4602545f5b9017bab Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Thu, 17 Jan 2013 02:04:43 +0100 Subject: Display download filename in download confirm message. --- atari/toolbar.c | 1 + 1 file changed, 1 insertion(+) (limited to 'atari/toolbar.c') diff --git a/atari/toolbar.c b/atari/toolbar.c index 349d2c5e6..a6b7930b4 100644 --- a/atari/toolbar.c +++ b/atari/toolbar.c @@ -411,6 +411,7 @@ void toolbar_redraw(struct s_toolbar *tb, GRECT *clip) .y1 = MAX(0,area.g_y - area_ro.g_y) + area.g_h }; //dbg_rect("tb textarea clip: ", &r); + // TODO: let this be handled by an userdef object redraw function: textarea_redraw(tb->url.textarea, 0, 0, &r, &toolbar_rdrw_ctx); } } -- cgit v1.2.3