diff options
author | Cosimo Cecchi <cosimoc@svn.gnome.org> | 2007-09-12 23:30:03 +0800 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@src.gnome.org> | 2007-09-12 23:30:03 +0800 |
commit | 662bc04565b5f871500166b3e86ee3f6fbb2b429 (patch) | |
tree | 7d31044299df9e633850ab791fa0ca5a6f2c30ca /ChangeLog | |
parent | 996340290e12fa08e92787b87f724b0a9d6bccc5 (diff) | |
download | gsoc2013-epiphany-662bc04565b5f871500166b3e86ee3f6fbb2b429.tar gsoc2013-epiphany-662bc04565b5f871500166b3e86ee3f6fbb2b429.tar.gz gsoc2013-epiphany-662bc04565b5f871500166b3e86ee3f6fbb2b429.tar.bz2 gsoc2013-epiphany-662bc04565b5f871500166b3e86ee3f6fbb2b429.tar.lz gsoc2013-epiphany-662bc04565b5f871500166b3e86ee3f6fbb2b429.tar.xz gsoc2013-epiphany-662bc04565b5f871500166b3e86ee3f6fbb2b429.tar.zst gsoc2013-epiphany-662bc04565b5f871500166b3e86ee3f6fbb2b429.zip |
Fix disable_toolbar_editing lockdown not respected for Remove and Move
2007-09-12 Cosimo Cecchi <cosimoc@svn.gnome.org>
* src/ephy-lockdown.c: (update_window):
Fix disable_toolbar_editing lockdown not respected for Remove and Move
actions on toolbar buttons. Bug #475641. Patch by Cyril Brulebois.
svn path=/trunk/; revision=7392
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2007-09-12 Cosimo Cecchi <cosimoc@svn.gnome.org> + * src/ephy-lockdown.c: (update_window): + + Fix disable_toolbar_editing lockdown not respected for Remove and Move + actions on toolbar buttons. Bug #475641. Patch by Cyril Brulebois. + +2007-09-12 Cosimo Cecchi <cosimoc@svn.gnome.org> + * src/ephy-history-window.c: (search_entry_clear_cb), (build_search_box): |