diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-08-18 01:23:52 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-08-18 01:23:52 +0800 |
commit | 9dc72322ce56b9e377a1d889ea5bd4453f69ea47 (patch) | |
tree | f3c90e1ce4ad1c19944c978277c85319f910e549 /ChangeLog | |
parent | 1f6738608dcf343978412ed273ad58e974b4811a (diff) | |
download | gsoc2013-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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, |