aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-08-18 01:23:52 +0800
committerChristian Persch <chpe@src.gnome.org>2005-08-18 01:23:52 +0800
commit9dc72322ce56b9e377a1d889ea5bd4453f69ea47 (patch)
treef3c90e1ce4ad1c19944c978277c85319f910e549 /ChangeLog
parent1f6738608dcf343978412ed273ad58e974b4811a (diff)
downloadgsoc2013-epiphany-9dc72322ce56b9e377a1d889ea5bd4453f69ea47.tar
gsoc2013-epiphany-9dc72322ce56b9e377a1d889ea5bd4453f69ea47.tar.gz
gsoc2013-epiphany-9dc72322ce56b9e377a1d889ea5bd4453f69ea47.tar.bz2
gsoc2013-epiphany-9dc72322ce56b9e377a1d889ea5bd4453f69ea47.tar.lz
gsoc2013-epiphany-9dc72322ce56b9e377a1d889ea5bd4453f69ea47.tar.xz
gsoc2013-epiphany-9dc72322ce56b9e377a1d889ea5bd4453f69ea47.tar.zst
gsoc2013-epiphany-9dc72322ce56b9e377a1d889ea5bd4453f69ea47.zip
Better fix: reorder again and use priv->title for the set_loading_title
2005-08-17 Christian Persch <chpe@cvs.gnome.org> * src/ephy-tab.c: (ephy_tab_set_loading_title), Better fix: reorder again and use priv->title for the set_loading_title call after the set_title call.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 77fe3c584..5cbe523bf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2005-08-17 Christian Persch <chpe@cvs.gnome.org>
+ * src/ephy-tab.c: (ephy_tab_set_loading_title),
+
+ Better fix: reorder again and use priv->title for
+ the set_loading_title call after the set_title call.
+
+2005-08-17 Christian Persch <chpe@cvs.gnome.org>
+
* embed/mozilla/EventContext.cpp:
QI the element to check whether it's of some type,