From 621870eaa978b49e43b7a82bff30091bcf085d64 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Thu, 18 Oct 2001 00:27:43 +0000 Subject: Urgh. Remove stale line that caused `display_default' to be set to TRUE * main.c (idle_cb): Urgh. Remove stale line that caused `display_default' to be set to TRUE for all the non-NULL shell cases. svn path=/trunk/; revision=13743 --- shell/ChangeLog | 6 ++++++ shell/main.c | 2 -- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'shell') diff --git a/shell/ChangeLog b/shell/ChangeLog index 1ac38b58e9..ab0dc96a8c 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,9 @@ +2001-10-17 Ettore Perazzoli + + * main.c (idle_cb): Urgh. Remove stale line that caused + `display_default' to be set to TRUE for all the non-NULL shell + cases. + 2001-10-17 Ettore Perazzoli * e-shell.c (set_owner_on_components): Re-set the owner on the diff --git a/shell/main.c b/shell/main.c index 840bb6448a..f1b70bf271 100644 --- a/shell/main.c +++ b/shell/main.c @@ -302,8 +302,6 @@ idle_cb (void *data) } else { display_default = FALSE; } - - display_default = FALSE; } if (display_default) { -- cgit v1.2.3