diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-10-07 02:35:33 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-10-07 02:35:33 +0800 |
commit | 53f4785830a46b1cf0584eb20d3cf3bdfc858aa8 (patch) | |
tree | 10a5aaaf90c0597a12002a2481e85e3f9fba1e3c /ChangeLog | |
parent | c3422e72c44eb2999de994b8151ec2db2e591631 (diff) | |
download | gsoc2013-epiphany-53f4785830a46b1cf0584eb20d3cf3bdfc858aa8.tar gsoc2013-epiphany-53f4785830a46b1cf0584eb20d3cf3bdfc858aa8.tar.gz gsoc2013-epiphany-53f4785830a46b1cf0584eb20d3cf3bdfc858aa8.tar.bz2 gsoc2013-epiphany-53f4785830a46b1cf0584eb20d3cf3bdfc858aa8.tar.lz gsoc2013-epiphany-53f4785830a46b1cf0584eb20d3cf3bdfc858aa8.tar.xz gsoc2013-epiphany-53f4785830a46b1cf0584eb20d3cf3bdfc858aa8.tar.zst gsoc2013-epiphany-53f4785830a46b1cf0584eb20d3cf3bdfc858aa8.zip |
Use flags to save memory for the priv struct.
2005-10-06 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-toolbar.c: (ephy_toolbar_update_spinner),
(ephy_toolbar_set_show_leave_fullscreen),
(ephy_toolbar_set_security_state),
(ephy_toolbar_set_lock_visibility), (ephy_toolbar_set_spinning):
Use flags to save memory for the priv struct.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 2005-10-06 Christian Persch <chpe@cvs.gnome.org> + * src/ephy-toolbar.c: (ephy_toolbar_update_spinner), + (ephy_toolbar_set_show_leave_fullscreen), + (ephy_toolbar_set_security_state), + (ephy_toolbar_set_lock_visibility), (ephy_toolbar_set_spinning): + + Use flags to save memory for the priv struct. + +2005-10-06 Christian Persch <chpe@cvs.gnome.org> + * lib/widgets/ephy-location-entry.c: (ephy_location_entry_style_set), (ephy_location_entry_class_init), (ephy_location_entry_set_favicon), |