diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-01-11 03:57:21 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-01-11 03:57:21 +0800 |
commit | 62e880130bebe19aef3eef95dc4d66578950c0c2 (patch) | |
tree | fbce9bbbe9ca4cd7c6e98b7883825e7150f7eb1d /shell/ChangeLog | |
parent | 4a8c1c7323bbde12c2213228f272cdaf5f5039ab (diff) | |
download | gsoc2013-evolution-62e880130bebe19aef3eef95dc4d66578950c0c2.tar gsoc2013-evolution-62e880130bebe19aef3eef95dc4d66578950c0c2.tar.gz gsoc2013-evolution-62e880130bebe19aef3eef95dc4d66578950c0c2.tar.bz2 gsoc2013-evolution-62e880130bebe19aef3eef95dc4d66578950c0c2.tar.lz gsoc2013-evolution-62e880130bebe19aef3eef95dc4d66578950c0c2.tar.xz gsoc2013-evolution-62e880130bebe19aef3eef95dc4d66578950c0c2.tar.zst gsoc2013-evolution-62e880130bebe19aef3eef95dc4d66578950c0c2.zip |
Generate the URI list from the popt context fetched from the GnomeProgram
* main.c (main): Generate the URI list from the popt context
fetched from the GnomeProgram object.
* e-shell-view.c (setup_defaults): Removed @setup_default_uri arg.
Don't load any URI here.
(e_shell_view_construct): Open the URI here instead.
svn path=/trunk/; revision=19409
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 7e5931705e..956827b95f 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,14 @@ 2003-01-10 Ettore Perazzoli <ettore@ximian.com> + * main.c (main): Generate the URI list from the popt context + fetched from the GnomeProgram object. + + * e-shell-view.c (setup_defaults): Removed @setup_default_uri arg. + Don't load any URI here. + (e_shell_view_construct): Open the URI here instead. + +2003-01-10 Ettore Perazzoli <ettore@ximian.com> + * e-shell.c (parse_default_uri): Remove bogus is_default check. 2003-01-10 Ettore Perazzoli <ettore@ximian.com> |