diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2006-01-04 20:25:42 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2006-01-04 20:25:42 +0800 |
commit | ce41d0f2c6becdb0032813f8917ff82e984b860f (patch) | |
tree | bc6f51198b6a6ddfa0f615870fa7ac52dde46293 /ChangeLog | |
parent | 9c35bf08fb67fc9b74da029f00c699dbd1fd200a (diff) | |
download | gsoc2013-epiphany-ce41d0f2c6becdb0032813f8917ff82e984b860f.tar gsoc2013-epiphany-ce41d0f2c6becdb0032813f8917ff82e984b860f.tar.gz gsoc2013-epiphany-ce41d0f2c6becdb0032813f8917ff82e984b860f.tar.bz2 gsoc2013-epiphany-ce41d0f2c6becdb0032813f8917ff82e984b860f.tar.lz gsoc2013-epiphany-ce41d0f2c6becdb0032813f8917ff82e984b860f.tar.xz gsoc2013-epiphany-ce41d0f2c6becdb0032813f8917ff82e984b860f.tar.zst gsoc2013-epiphany-ce41d0f2c6becdb0032813f8917ff82e984b860f.zip |
Fix warning when Ctrl-F while the find toolbar is already shown. Fix
2006-01-04 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-find-toolbar.c: (entry_changed_cb), (set_focus_cb),
(ephy_find_toolbar_grab_focus), (ephy_find_toolbar_find_next),
(ephy_find_toolbar_find_previous), (ephy_find_toolbar_open),
(ephy_find_toolbar_close):
Fix warning when Ctrl-F while the find toolbar is already shown.
Fix next/prev button sensitivity when find wrapped around.
* src/ephy-window.c:
Add more XF86XK key codes.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2006-01-04 Christian Persch <chpe@cvs.gnome.org> + + * src/ephy-find-toolbar.c: (entry_changed_cb), (set_focus_cb), + (ephy_find_toolbar_grab_focus), (ephy_find_toolbar_find_next), + (ephy_find_toolbar_find_previous), (ephy_find_toolbar_open), + (ephy_find_toolbar_close): + + Fix warning when Ctrl-F while the find toolbar is already shown. + Fix next/prev button sensitivity when find wrapped around. + + * src/ephy-window.c: + + Add more XF86XK key codes. + 2006-01-03 Crispin Flowerday <gnome@flowerday.cx> * configure.ac: |