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 /embed/Makefile.am | |
parent | 874ffe279950eaa51506884283452386a5de350b (diff) | |
download | gsoc2013-epiphany-3571a080a43a4c9e61791a78f7268ad06670d47c.tar gsoc2013-epiphany-3571a080a43a4c9e61791a78f7268ad06670d47c.tar.gz gsoc2013-epiphany-3571a080a43a4c9e61791a78f7268ad06670d47c.tar.bz2 gsoc2013-epiphany-3571a080a43a4c9e61791a78f7268ad06670d47c.tar.lz gsoc2013-epiphany-3571a080a43a4c9e61791a78f7268ad06670d47c.tar.xz 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 'embed/Makefile.am')
-rw-r--r-- | embed/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/embed/Makefile.am b/embed/Makefile.am index 75314e7e9..ba50008f5 100644 --- a/embed/Makefile.am +++ b/embed/Makefile.am @@ -13,7 +13,6 @@ NOINST_H_FILES = \ ephy-embed-dialog.h \ ephy-encodings.h \ ephy-favicon-cache.h \ - find-dialog.h \ print-dialog.h INST_H_FILES = \ @@ -46,7 +45,6 @@ libephyembed_la_SOURCES = \ ephy-history.c \ ephy-password-manager.c \ ephy-permission-manager.c \ - find-dialog.c \ print-dialog.c \ $(INST_H_FILES) \ $(NOINST_H_FILES) \ |