aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2003-01-11 03:57:21 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2003-01-11 03:57:21 +0800
commit62e880130bebe19aef3eef95dc4d66578950c0c2 (patch)
treefbce9bbbe9ca4cd7c6e98b7883825e7150f7eb1d /shell/ChangeLog
parent4a8c1c7323bbde12c2213228f272cdaf5f5039ab (diff)
downloadgsoc2013-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/ChangeLog9
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>