diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ChangeLog | 6 | ||||
-rw-r--r-- | shell/main.c | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 1ac38b58e9..ab0dc96a8c 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,11 @@ 2001-10-17 Ettore Perazzoli <ettore@ximian.com> + * 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 <ettore@ximian.com> + * e-shell.c (set_owner_on_components): Re-set the owner on the component that raised OldOwnerHasDied. 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) { |