diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-05-30 00:11:06 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-05-30 00:11:06 +0800 |
commit | 87299e4f35efdde09a67fd530812725197bbc87c (patch) | |
tree | 4a786bbcf4c864cfaee07040829578fda015abc8 /ChangeLog | |
parent | 2dfaf78cccff672362ae9f3bbf299da641851306 (diff) | |
download | gsoc2013-epiphany-87299e4f35efdde09a67fd530812725197bbc87c.tar gsoc2013-epiphany-87299e4f35efdde09a67fd530812725197bbc87c.tar.gz gsoc2013-epiphany-87299e4f35efdde09a67fd530812725197bbc87c.tar.bz2 gsoc2013-epiphany-87299e4f35efdde09a67fd530812725197bbc87c.tar.lz gsoc2013-epiphany-87299e4f35efdde09a67fd530812725197bbc87c.tar.xz gsoc2013-epiphany-87299e4f35efdde09a67fd530812725197bbc87c.tar.zst gsoc2013-epiphany-87299e4f35efdde09a67fd530812725197bbc87c.zip |
Deactivate typeaheadfind in print preview mode.
2005-05-29 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-find-toolbar.c: (tab_dom_key_press_cb),
(entry_activate_cb), (sync_print_preview_mode),
(ephy_find_toolbar_set_window), (ephy_find_toolbar_get_property),
(ephy_find_toolbar_set_property), (ephy_find_toolbar_class_init),
(ephy_find_toolbar_new):
* src/ephy-find-toolbar.h:
* src/ephy-window.c: (ephy_window_init),
(ephy_window_set_print_preview), (ephy_window_get_is_popup),
(ephy_window_get_is_print_preview):
* src/ephy-window.h:
Deactivate typeaheadfind in print preview mode.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,5 +1,20 @@ 2005-05-29 Christian Persch <chpe@cvs.gnome.org> + * src/ephy-find-toolbar.c: (tab_dom_key_press_cb), + (entry_activate_cb), (sync_print_preview_mode), + (ephy_find_toolbar_set_window), (ephy_find_toolbar_get_property), + (ephy_find_toolbar_set_property), (ephy_find_toolbar_class_init), + (ephy_find_toolbar_new): + * src/ephy-find-toolbar.h: + * src/ephy-window.c: (ephy_window_init), + (ephy_window_set_print_preview), (ephy_window_get_is_popup), + (ephy_window_get_is_print_preview): + * src/ephy-window.h: + + Deactivate typeaheadfind in print preview mode. + +2005-05-29 Christian Persch <chpe@cvs.gnome.org> + * src/ephy-find-toolbar.c: (ephy_find_toolbar_set_embed), (ephy_find_toolbar_open): |