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 /src/ephy-find-toolbar.h | |
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 'src/ephy-find-toolbar.h')
-rw-r--r-- | src/ephy-find-toolbar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-find-toolbar.h b/src/ephy-find-toolbar.h index 6d66d03b3..6bc4bf800 100644 --- a/src/ephy-find-toolbar.h +++ b/src/ephy-find-toolbar.h @@ -59,7 +59,7 @@ struct _EphyFindToolbarClass GType ephy_find_toolbar_get_type (void) G_GNUC_CONST; -EphyFindToolbar *ephy_find_toolbar_new (void); +EphyFindToolbar *ephy_find_toolbar_new (EphyWindow *window); const char *ephy_find_toolbar_get_text (EphyFindToolbar *toolbar); |