diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2003-12-06 05:33:45 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2003-12-06 05:33:45 +0800 |
commit | 72422dbaef675fa8a016ce7c5b4b801e7d478c23 (patch) | |
tree | 731ef662344e672e02f3cd506f251bf05b339eb9 /ChangeLog | |
parent | 57446c7410f0624ccab73132663890d7ea1815f7 (diff) | |
download | gsoc2013-epiphany-72422dbaef675fa8a016ce7c5b4b801e7d478c23.tar.gz gsoc2013-epiphany-72422dbaef675fa8a016ce7c5b4b801e7d478c23.tar.zst gsoc2013-epiphany-72422dbaef675fa8a016ce7c5b4b801e7d478c23.zip |
Use notify::expanded to persist expander state. Bug found by Crispin.
2003-12-05 Christian Persch <chpe@cvs.gnome.org>
* lib/ephy-state.c: (sync_expander_cb), (ephy_state_add_expander):
Use notify::expanded to persist expander state. Bug found by Crispin.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2003-12-05 Christian Persch <chpe@cvs.gnome.org> + * lib/ephy-state.c: (sync_expander_cb), (ephy_state_add_expander): + + Use notify::expanded to persist expander state. Bug found by Crispin. + +2003-12-05 Christian Persch <chpe@cvs.gnome.org> + * embed/mozilla/GtkNSSClientAuthDialog.cpp: Remove unused variable. |