diff options
author | Claudio Saavedra <csaavedra@igalia.com> | 2011-08-29 17:55:41 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-03-07 04:49:46 +0800 |
commit | f73a9d9a5ba6a3f7613fc566af24c75d022a27ec (patch) | |
tree | 5d9dc35acaf9bbacb39d2578961b038728ee46bb /embed/Makefile.am | |
parent | e9578ad2e1af09bc0a3920ccc83783bcd3d9eb53 (diff) | |
download | gsoc2013-epiphany-f73a9d9a5ba6a3f7613fc566af24c75d022a27ec.tar.gz gsoc2013-epiphany-f73a9d9a5ba6a3f7613fc566af24c75d022a27ec.tar.zst gsoc2013-epiphany-f73a9d9a5ba6a3f7613fc566af24c75d022a27ec.zip |
Add a new view for the pages history
The current view is based in EphyNode, so it's not useful. GtkTreeView
and GtkListStore subclasses are added for this purpose.
Diffstat (limited to 'embed/Makefile.am')
-rw-r--r-- | embed/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/embed/Makefile.am b/embed/Makefile.am index 8476bfc39..dec4afbe9 100644 --- a/embed/Makefile.am +++ b/embed/Makefile.am @@ -26,6 +26,8 @@ INST_H_FILES = \ ephy-embed-shell.h \ ephy-embed-utils.h \ ephy-history.h \ + ephy-history-store.h \ + ephy-history-view.h \ ephy-permission-manager.h \ ephy-web-view.h @@ -48,6 +50,8 @@ libephyembed_la_SOURCES = \ ephy-encodings.c \ ephy-favicon-cache.c \ ephy-history.c \ + ephy-history-store.c \ + ephy-history-view.c \ ephy-permission-manager.c \ ephy-request-about.c \ ephy-embed-prefs.c \ |