diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-07-30 04:24:23 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-07-30 04:24:23 +0800 |
commit | e2cbc7c8a624845a93289945243348762c1b2893 (patch) | |
tree | a635a3354ef195c9ff19fa61a93541a243d3af8d /ChangeLog | |
parent | 0a2e055b95b09abf340f5a011ec01af55b401b13 (diff) | |
download | gsoc2013-epiphany-e2cbc7c8a624845a93289945243348762c1b2893.tar gsoc2013-epiphany-e2cbc7c8a624845a93289945243348762c1b2893.tar.gz gsoc2013-epiphany-e2cbc7c8a624845a93289945243348762c1b2893.tar.bz2 gsoc2013-epiphany-e2cbc7c8a624845a93289945243348762c1b2893.tar.lz gsoc2013-epiphany-e2cbc7c8a624845a93289945243348762c1b2893.tar.xz gsoc2013-epiphany-e2cbc7c8a624845a93289945243348762c1b2893.tar.zst gsoc2013-epiphany-e2cbc7c8a624845a93289945243348762c1b2893.zip |
Add accessor functions for those instead of relying on using the struct
2005-07-29 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-statusbar.c: (ephy_statusbar_get_tooltips),
(ephy_statusbar_get_security_frame):
* src/ephy-statusbar.h:
Add accessor functions for those instead of relying
on using the struct members directly.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 2005-07-29 Christian Persch <chpe@cvs.gnome.org> + * src/ephy-statusbar.c: (ephy_statusbar_get_tooltips), + (ephy_statusbar_get_security_frame): + * src/ephy-statusbar.h: + + Add accessor functions for those instead of relying + on using the struct members directly. + +2005-07-29 Christian Persch <chpe@cvs.gnome.org> + * data/epiphany.schemas.in: Remove long description where it differed from the short |