diff options
-rw-r--r-- | shell/ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 7ae532d6e3..0650465bba 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -2,7 +2,8 @@ [Fix #3756, `--debug' option not working anymore.] - * main.c (main): Get the URI + * main.c (main): Get the URI list from popt with `poptGetArgs' + instead of just using argv. Sigh, I am rusty. 2001-06-28 Ettore Perazzoli <ettore@ximian.com> |