aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-11-11 20:55:55 +0800
committerChristian Persch <chpe@src.gnome.org>2004-11-11 20:55:55 +0800
commit2fda19d3c36dbc38f0494715c07f495ac75a90e0 (patch)
treed2140a16f8416cf084cf107cc7124caa2bff0b43 /ChangeLog
parent9dfacae0cdadd0125e80fca0b253c80b227839ab (diff)
downloadgsoc2013-epiphany-2fda19d3c36dbc38f0494715c07f495ac75a90e0.tar
gsoc2013-epiphany-2fda19d3c36dbc38f0494715c07f495ac75a90e0.tar.gz
gsoc2013-epiphany-2fda19d3c36dbc38f0494715c07f495ac75a90e0.tar.bz2
gsoc2013-epiphany-2fda19d3c36dbc38f0494715c07f495ac75a90e0.tar.lz
gsoc2013-epiphany-2fda19d3c36dbc38f0494715c07f495ac75a90e0.tar.xz
gsoc2013-epiphany-2fda19d3c36dbc38f0494715c07f495ac75a90e0.tar.zst
gsoc2013-epiphany-2fda19d3c36dbc38f0494715c07f495ac75a90e0.zip
Don't unref, then weak ref, then enter main loop; this won't work when
2004-11-11 Christian Persch <chpe@cvs.gnome.org> * src/ephy-main.c: (idle_unref), (main): Don't unref, then weak ref, then enter main loop; this won't work when refcount was 1. Instead weakref and unref on idle. Fixes bug #136170.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dca3e526b..a3066e260 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2004-11-11 Christian Persch <chpe@cvs.gnome.org>
+
+ * src/ephy-main.c: (idle_unref), (main):
+
+ Don't unref, then weak ref, then enter main loop; this won't work
+ when refcount was 1. Instead weakref and unref on idle.
+ Fixes bug #136170.
+
2004-11-10 Christian Persch <chpe@cvs.gnome.org>
* embed/downloader-view.c: (update_status_icon):