From 0aa7075d818bf177390385274c82a50a8c80136f Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Fri, 26 Oct 2001 19:06:40 +0000 Subject: Draw one more line. * e-shell-about-box.c (timeout_callback): Draw one more line. svn path=/trunk/; revision=14161 --- shell/ChangeLog | 4 ++++ shell/e-shell-about-box.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'shell') diff --git a/shell/ChangeLog b/shell/ChangeLog index ea611c8803..06fb202fb9 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,7 @@ +2001-10-26 Ettore Perazzoli + + * e-shell-about-box.c (timeout_callback): Draw one more line. + 2001-10-26 Ettore Perazzoli * e-shell-view-menu.c (command_about_box): Set the GtkWindow diff --git a/shell/e-shell-about-box.c b/shell/e-shell-about-box.c index cf974c65f9..d932abc17b 100644 --- a/shell/e-shell-about-box.c +++ b/shell/e-shell-about-box.c @@ -136,7 +136,7 @@ timeout_callback (void *data) 0, 0, TEXT_X_OFFSET, TEXT_Y_OFFSET, TEXT_WIDTH, TEXT_HEIGHT); - for (i = 0; i < TEXT_HEIGHT / line_height + 2; i ++) { + for (i = 0; i < TEXT_HEIGHT / line_height + 3; i ++) { const char *line; int x; -- cgit v1.2.3