diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-05-26 05:42:47 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-05-26 05:42:47 +0800 |
commit | 3571a080a43a4c9e61791a78f7268ad06670d47c (patch) | |
tree | 1655e91ec83a0b177cf06380ddb7fcb6bdac7cfa /src/Makefile.am | |
parent | 874ffe279950eaa51506884283452386a5de350b (diff) | |
download | gsoc2013-epiphany-3571a080a43a4c9e61791a78f7268ad06670d47c.tar.gz gsoc2013-epiphany-3571a080a43a4c9e61791a78f7268ad06670d47c.tar.zst gsoc2013-epiphany-3571a080a43a4c9e61791a78f7268ad06670d47c.zip |
A src/ephy-find-toolbar.c: A src/ephy-find-toolbar.h:
2005-05-25 Christian Persch <chpe@cvs.gnome.org>
* embed/Makefile.am:
* embed/find-dialog.c:
* embed/find-dialog.h:
A src/ephy-find-toolbar.c:
A src/ephy-find-toolbar.h:
* src/ephy-window.c: (sync_tab_document_type),
(tab_content_changed_cb), (ephy_window_set_active_tab),
(ephy_window_dispose), (sync_find_toolbar_text_cb),
(find_toolbar_find_next_cb), (find_toolbar_find_previous_cb),
(find_toolbar_close_cb), (ephy_window_init),
(ephy_window_notebook_switch_page_cb), (ephy_window_find):
Replace the find dialogue with a find toolbar. Work in progress;
no typeaheadfind yet.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 71f511843..ecad19dbf 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -34,6 +34,7 @@ NOINST_H_FILES = \ ephy-automation.h \ ephy-encoding-dialog.h \ ephy-encoding-menu.h \ + ephy-find-toolbar.h \ ephy-fullscreen-popup.h \ ephy-go-action.h \ ephy-history-window.h \ @@ -75,6 +76,7 @@ libephymain_la_SOURCES = \ ephy-encoding-menu.c \ ephy-extension.c \ ephy-extensions-manager.c \ + ephy-find-toolbar.c \ ephy-fullscreen-popup.c \ ephy-go-action.c \ ephy-home-action.c \ |