aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-10-07 02:35:33 +0800
committerChristian Persch <chpe@src.gnome.org>2005-10-07 02:35:33 +0800
commit53f4785830a46b1cf0584eb20d3cf3bdfc858aa8 (patch)
tree10a5aaaf90c0597a12002a2481e85e3f9fba1e3c /ChangeLog
parentc3422e72c44eb2999de994b8151ec2db2e591631 (diff)
downloadgsoc2013-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--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3e9125158..ae8d995af 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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),