aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMark McLoughlin <mark@skynet.ie>2003-10-17 17:52:06 +0800
committerMark McLoughlin <markmc@src.gnome.org>2003-10-17 17:52:06 +0800
commit7d6bee54d28aa5e8d7afb6c54ad4065a274d2f25 (patch)
tree972086c50e90bc3fd85900f2a38015f27753ecf3 /ChangeLog
parent36a5571d794ae7a8f6688bea86796975b4b145a8 (diff)
downloadgsoc2013-epiphany-7d6bee54d28aa5e8d7afb6c54ad4065a274d2f25.tar
gsoc2013-epiphany-7d6bee54d28aa5e8d7afb6c54ad4065a274d2f25.tar.gz
gsoc2013-epiphany-7d6bee54d28aa5e8d7afb6c54ad4065a274d2f25.tar.bz2
gsoc2013-epiphany-7d6bee54d28aa5e8d7afb6c54ad4065a274d2f25.tar.lz
gsoc2013-epiphany-7d6bee54d28aa5e8d7afb6c54ad4065a274d2f25.tar.xz
gsoc2013-epiphany-7d6bee54d28aa5e8d7afb6c54ad4065a274d2f25.tar.zst
gsoc2013-epiphany-7d6bee54d28aa5e8d7afb6c54ad4065a274d2f25.zip
Change the behaviour of --nautilus-view such that the process doesn't exit
2003-10-16 Mark McLoughlin <mark@skynet.ie> Change the behaviour of --nautilus-view such that the process doesn't exit until the last control has been destroyed. The previous behaviour caused intermittent activation failure when the process timed out and died before the view could be created - bug #124768. * src/ephy-main.c: (ephy_main_start): don't unref the shell when started with --nautilus-view. (ephy_main_dummy_url_argument), (ephy_main_translate_url_arguments): create a dummy argument when no arguments are supplied which will cause the default window to be opened. * src/ephy-shell.c: (ephy_nautilus_view_all_controls_dead): unref the shell here causing the process to exit. (ephy_nautilus_view_init_factory): setup the all_controls_dead callback. (ephy_nautilus_view_new): instrument the control.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 07ad916cf..2ee7ccbff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,26 @@
+2003-10-16 Mark McLoughlin <mark@skynet.ie>
+
+ Change the behaviour of --nautilus-view such that the process
+ doesn't exit until the last control has been destroyed. The
+ previous behaviour caused intermittent activation failure
+ when the process timed out and died before the view could be
+ created - bug #124768.
+
+ * src/ephy-main.c:
+ (ephy_main_start): don't unref the shell when started with
+ --nautilus-view.
+ (ephy_main_dummy_url_argument),
+ (ephy_main_translate_url_arguments): create a dummy argument
+ when no arguments are supplied which will cause the default
+ window to be opened.
+
+ * src/ephy-shell.c:
+ (ephy_nautilus_view_all_controls_dead): unref the shell
+ here causing the process to exit.
+ (ephy_nautilus_view_init_factory): setup the all_controls_dead
+ callback.
+ (ephy_nautilus_view_new): instrument the control.
+
2003-10-17 Ettore Perazzoli <ettore@ximian.com>
* src/bookmarks/ephy-bookmarks-editor.c